{
  "name": "extension-tools",
  "version": "0.4.6",
  "description": "A collection of tools for automated publishing of browser extensions",
  "main": "exec.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "jsonfmt": "./src/jsonfmt.js",
    "publish-chrome-extension": "./src/publish-chrome-extension.js",
    "update-manifest-version": "./src/update-manifest-version.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/robertknight/extension-tools.git"
  },
  "keywords": [
    "chrome",
    "browser",
    "extensions",
    "firefox",
    "chrome web store"
  ],
  "author": "Robert Knight <robertknight@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/robertknight/extension-tools/issues"
  },
  "homepage": "https://github.com/robertknight/extension-tools",
  "dependencies": {
    "commander": "^2.8.1",
    "fs-sync": "^0.2.5",
    "jszip": "^2.5.0",
    "object-assign": "^3.0.0",
    "q": "^1.4.1",
    "request": "^2.58.0",
    "semver": "^4.3.6",
    "sprintf": "^0.1.5"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "mocha": "^2.2.5"
  }
}
