ZeroIdeaDevelopment/Commander

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "commander",
  "version": "1.0.0",
  "description": "A work-in-progress toolbox for developers, right from your omnibox.",
  "main": "none",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZeroIdeaDevelopment/Commander.git"
  },
  "keywords": [
    "google",
    "chrome",
    "extension",
    "plugin",
    "omnibox",
    "search",
    "command",
    "line"
  ],
  "author": "ZeroIdea Development",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZeroIdeaDevelopment/Commander/issues"
  },
  "homepage": "https://github.com/ZeroIdeaDevelopment/Commander#readme",
  "devDependencies": {
    "eslint": ">=4.19.1"
  }
}