{
  "_from": "web-ext@^2.8.0",
  "_id": "web-ext@2.8.0",
  "_inBundle": false,
  "_integrity": "sha512-3JuPYU3yrefysm3pvGwRP5k9plRMPUeLo5KLp2TSnE9g4t7x6SeIWZEWWG3jwVeFsPQuIj3sAuVHEDO5ai9mCw==",
  "_location": "/web-ext",
  "_phantomChildren": {
    "chokidar": "2.0.4",
    "code-point-at": "1.1.0",
    "get-caller-file": "1.0.3",
    "graceful-fs": "4.1.11",
    "lcid": "1.0.0",
    "neo-async": "2.5.1",
    "number-is-nan": "1.0.1",
    "read-pkg-up": "1.0.1",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "set-blocking": "2.0.0",
    "wrap-ansi": "2.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "web-ext@^2.8.0",
    "name": "web-ext",
    "escapedName": "web-ext",
    "rawSpec": "^2.8.0",
    "saveSpec": null,
    "fetchSpec": "^2.8.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/web-ext/-/web-ext-2.8.0.tgz",
  "_shasum": "5ac19121805a321d6122f82fac65b6a082bb47c5",
  "_spec": "web-ext@^2.8.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example",
  "author": {
    "name": "Kumar McMillan"
  },
  "bin": {
    "web-ext": "bin/web-ext"
  },
  "bugs": {
    "url": "http://github.com/mozilla/web-ext/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@cliqz-oss/firefox-client": "0.3.1",
    "@cliqz-oss/node-firefox-connect": "1.2.1",
    "adbkit": "2.11.0",
    "addons-linter": "1.2.6",
    "babel-polyfill": "6.26.0",
    "babel-runtime": "6.26.0",
    "bunyan": "1.8.12",
    "camelcase": "4.1.0",
    "debounce": "1.1.0",
    "decamelize": "2.0.0",
    "es6-error": "4.1.1",
    "es6-promisify": "5.0.0",
    "event-to-promise": "0.8.0",
    "firefox-profile": "1.1.0",
    "fx-runner": "1.0.9",
    "git-rev-sync": "1.9.1",
    "mkdirp": "0.5.1",
    "multimatch": "2.1.0",
    "mz": "2.7.0",
    "node-notifier": "5.2.1",
    "opn": "5.3.0",
    "parse-json": "4.0.0",
    "regenerator-runtime": "0.11.1",
    "require-uncached": "1.0.3",
    "sign-addon": "0.3.1",
    "source-map-support": "0.5.3",
    "stream-to-promise": "2.2.0",
    "strip-json-comments": "2.0.1",
    "tmp": "0.0.33",
    "update-notifier": "2.3.0",
    "watchpack": "1.5.0",
    "yargs": "6.6.0",
    "zip-dir": "1.0.2"
  },
  "deprecated": false,
  "description": "A command line tool to help build, run, and test web extensions",
  "devDependencies": {
    "babel-core": "6.26.0",
    "babel-eslint": "8.2.5",
    "babel-istanbul": "0.12.2",
    "babel-istanbul-loader": "0.1.0",
    "babel-loader": "7.1.3",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
    "babel-plugin-transform-flow-strip-types": "6.22.0",
    "babel-plugin-transform-runtime": "6.15.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-stage-2": "6.24.1",
    "chai": "4.1.2",
    "chai-as-promised": "7.1.1",
    "conventional-changelog-cli": "2.0.1",
    "conventional-changelog-lint": "2.1.1",
    "copy-dir": "0.3.0",
    "coveralls": "3.0.2",
    "deepcopy": "0.6.3",
    "doctoc": "1.3.1",
    "eslint": "5.0.1",
    "eslint-plugin-async-await": "0.0.0",
    "eslint-plugin-flowtype": "2.49.3",
    "eslint-plugin-import": "2.13.0",
    "flow-bin": "0.75.0",
    "grunt": "1.0.3",
    "grunt-contrib-clean": "1.1.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-watch": "1.1.0",
    "grunt-coveralls": "2.0.0",
    "grunt-eslint": "21.0.0",
    "grunt-flowbin": "0.2.0",
    "grunt-mocha-test": "0.13.3",
    "grunt-newer": "1.3.0",
    "grunt-webpack": "3.1.2",
    "load-grunt-configs": "1.0.0",
    "load-grunt-tasks": "4.0.0",
    "mocha": "5.2.0",
    "mocha-multi": "1.0.1",
    "nsp": "3.2.1",
    "object.entries": "1.0.4",
    "object.values": "1.0.4",
    "prettyjson": "1.2.1",
    "sinon": "6.1.2",
    "webpack": "3.11.0",
    "webpack-dev-server": "2.11.1",
    "yauzl": "2.9.1"
  },
  "engine-strict": true,
  "engines": {
    "node": ">=6.0.0",
    "npm": ">=3.0.0"
  },
  "homepage": "https://github.com/mozilla/web-ext",
  "keywords": [
    "web",
    "extensions",
    "web extensions",
    "browser extensions",
    "firefox",
    "mozilla",
    "add-ons",
    "google",
    "chrome",
    "opera"
  ],
  "license": "MPL-2.0",
  "main": "dist/web-ext.js",
  "name": "web-ext",
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla/web-ext.git"
  },
  "scripts": {
    "build": "grunt build",
    "changelog": "conventional-changelog -p angular -u",
    "changelog-lint": "conventional-changelog-lint --from master",
    "changelog-lint-from-stdin": "conventional-changelog-lint",
    "copy-dist-files-to-artifacts-dir": "grunt copy-dist-files-to-artifacts-dir",
    "flow-check": "grunt flowbin:check",
    "gen-contributing-toc": "doctoc CONTRIBUTING.md",
    "lint": "grunt lint",
    "nsp-check": "nsp check --reporter summary",
    "publish-coverage": "grunt coveralls",
    "start": "grunt develop",
    "test": "grunt test",
    "test:functional": "grunt test:functional:run",
    "travis-pr-title-lint": "grunt travis-pr-title-lint"
  },
  "version": "2.8.0",
  "yargs": {
    "boolean-negation": false
  }
}
