{
  "_from": "fx-runner@1.0.9",
  "_id": "fx-runner@1.0.9",
  "_inBundle": false,
  "_integrity": "sha1-eyPzdz3HaqzELxHZr/J2lnXLY/A=",
  "_location": "/fx-runner",
  "_phantomChildren": {
    "graceful-readlink": "1.0.1",
    "is-absolute": "0.1.7"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fx-runner@1.0.9",
    "name": "fx-runner",
    "escapedName": "fx-runner",
    "rawSpec": "1.0.9",
    "saveSpec": null,
    "fetchSpec": "1.0.9"
  },
  "_requiredBy": [
    "/web-ext"
  ],
  "_resolved": "https://registry.npmjs.org/fx-runner/-/fx-runner-1.0.9.tgz",
  "_shasum": "7b23f3773dc76aacc42f11d9aff2769675cb63f0",
  "_spec": "fx-runner@1.0.9",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/web-ext",
  "author": {
    "name": "Erik Vold",
    "email": "evold@mozilla.com",
    "url": "http://work.erikvold.com/"
  },
  "bin": {
    "fx-runner": "./bin/fx-runner"
  },
  "bugs": {
    "url": "https://github.com/mozilla-jetpack/node-fx-runner/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "commander": "2.9.0",
    "lodash": "4.17.10",
    "shell-quote": "1.6.1",
    "spawn-sync": "1.0.15",
    "when": "3.7.7",
    "which": "1.2.4",
    "winreg": "0.0.12"
  },
  "deprecated": false,
  "description": "A node cli to control Firefox",
  "devDependencies": {
    "async": "0.9.0",
    "chai": "1.10.0",
    "dive": "0.3.1",
    "mocha": "2.1.0",
    "sandboxed-module": "2.0.0"
  },
  "homepage": "https://github.com/mozilla-jetpack/node-fx-runner#readme",
  "keywords": [
    "firefox",
    "mozilla",
    "cli"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "maintainers": [
    {
      "name": "erikvold",
      "email": "erikvvold@gmail.com"
    },
    {
      "name": "jsantell",
      "email": "jsantell@mozilla.com"
    }
  ],
  "name": "fx-runner",
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla-jetpack/node-fx-runner.git"
  },
  "scripts": {
    "test": "node ./test/run.js"
  },
  "version": "1.0.9"
}
