{
  "_from": "sign-addon@0.3.1",
  "_id": "sign-addon@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-feaoG7+8IXr9SymOEd8VTZCSlVZArWcBDZ33IIdfXlU5NWWzXdCxCjPDqAkLQplFa7RRZr1S4lSmgMPn80Ze1A==",
  "_location": "/sign-addon",
  "_phantomChildren": {
    "any-promise": "1.3.0",
    "babel-runtime": "6.26.0",
    "core-js": "2.5.7",
    "object-assign": "4.1.1",
    "source-map": "0.5.7",
    "thenify-all": "1.6.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sign-addon@0.3.1",
    "name": "sign-addon",
    "escapedName": "sign-addon",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/web-ext"
  ],
  "_resolved": "https://registry.npmjs.org/sign-addon/-/sign-addon-0.3.1.tgz",
  "_shasum": "7798ba994c8cd803a64a11a12a377ae6f714565e",
  "_spec": "sign-addon@0.3.1",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/web-ext",
  "author": {
    "name": "Kumar McMillan"
  },
  "bugs": {
    "url": "https://github.com/mozilla/sign-addon/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "babel-polyfill": "6.16.0",
    "deepcopy": "0.6.3",
    "es6-error": "4.0.0",
    "es6-promisify": "5.0.0",
    "jsonwebtoken": "8.2.1",
    "mz": "2.5.0",
    "request": "2.87.0",
    "source-map-support": "0.4.6",
    "stream-to-promise": "2.2.0",
    "when": "3.7.7"
  },
  "deprecated": false,
  "description": "Signs a Firefox add-on using Mozilla's web service",
  "devDependencies": {
    "babel-core": "6.18.2",
    "babel-eslint": "7.0.0",
    "babel-loader": "6.2.7",
    "babel-plugin-transform-class-properties": "6.18.0",
    "babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
    "babel-plugin-transform-flow-strip-types": "6.18.0",
    "babel-preset-es2015": "6.18.0",
    "babel-preset-stage-2": "6.18.0",
    "chai": "3.5.0",
    "conventional-changelog-cli": "1.3.13",
    "conventional-changelog-lint": "1.1.0",
    "eslint": "3.9.1",
    "grunt": "1.0.1",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-watch": "1.0.0",
    "grunt-eslint": "19.0.0",
    "grunt-mocha-test": "0.13.1",
    "grunt-newer": "1.2.0",
    "grunt-webpack": "1.0.18",
    "load-grunt-configs": "1.0.0",
    "load-grunt-tasks": "3.5.2",
    "mocha": "3.1.2",
    "sinon": "1.17.6",
    "webpack": "1.13.3",
    "webpack-dev-server": "1.16.2"
  },
  "homepage": "https://github.com/mozilla/sign-addon#readme",
  "keywords": [
    "AddOn",
    "Add-on",
    "sign",
    "firefox",
    "WebService"
  ],
  "license": "MPL-2.0",
  "main": "dist/sign-addon.js",
  "name": "sign-addon",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mozilla/sign-addon.git"
  },
  "scripts": {
    "build": "node -e \"require('grunt').cli()\" null build",
    "changelog": "conventional-changelog -p angular -u",
    "changelog-lint": "conventional-changelog-lint --from master",
    "lint": "node -e \"require('grunt').cli()\" null lint",
    "start": "node -e \"require('grunt').cli()\" null develop",
    "test": "node -e \"require('grunt').cli()\" null test"
  },
  "version": "0.3.1"
}
