{
  "_from": "firefox-profile@1.1.0",
  "_id": "firefox-profile@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-wUIE4QeAjwoHvFbomWmXgKyYtV4/oZxDcJG4znxtGGa/0BhKkd3HzeOf3tAsMWPq1ExARZxCRRiNw1BL3FuPqA==",
  "_location": "/firefox-profile",
  "_phantomChildren": {
    "graceful-fs": "4.1.11",
    "jsonfile": "4.0.0",
    "lodash": "4.17.10",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "firefox-profile@1.1.0",
    "name": "firefox-profile",
    "escapedName": "firefox-profile",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/web-ext"
  ],
  "_resolved": "https://registry.npmjs.org/firefox-profile/-/firefox-profile-1.1.0.tgz",
  "_shasum": "50090d1ff62dce3052cc7f46d1243c6a487db47a",
  "_spec": "firefox-profile@1.1.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/web-ext",
  "author": {
    "name": "Saad Tazi"
  },
  "bin": {
    "firefox-profile": "./lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/saadtazi/firefox-profile-js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "testingbot",
      "url": "http://www.testingbot.com"
    },
    {
      "name": "David Sturley",
      "url": "https://github.com/circusbred"
    },
    {
      "name": "Jordan Santell",
      "url": "http://jsantell.com"
    },
    {
      "name": "Piotr Kuczynski",
      "url": "https://github.com/pkuczynski"
    },
    {
      "name": "halo2376",
      "url": "https://github.com/halo2376"
    },
    {
      "name": "XrXr",
      "url": "https://github.com/XrXr"
    },
    {
      "name": "Christoph Dorn",
      "url": "http://www.christophdorn.com/"
    },
    {
      "name": "Holger Benl",
      "url": "https://github.com/hbenl"
    }
  ],
  "dependencies": {
    "adm-zip": "~0.4.x",
    "archiver": "~2.1.0",
    "async": "~2.5.0",
    "fs-extra": "~4.0.2",
    "ini": "~1.3.3",
    "jetpack-id": "1.0.0",
    "lazystream": "~1.0.0",
    "lodash": "~4.17.2",
    "minimist": "^1.1.1",
    "uuid": "^3.0.0",
    "xml2js": "~0.4.4"
  },
  "deprecated": false,
  "description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",
  "devDependencies": {
    "blanket": "~1.2.x",
    "chai": "~1.9.x",
    "chai-as-promised": "~4.2.x",
    "chai-fs": "~0.1.x",
    "grunt": "~0.4.x",
    "grunt-apidox": "~0.1.4",
    "grunt-contrib-watch": "~0.6.x",
    "grunt-mocha-cov": "~0.3.x",
    "mocha": "~2.1.0",
    "mocha-lcov-reporter": "0.0.1",
    "request": "~2.53.x",
    "sinon": "~1.12.x",
    "sinon-chai": "~2.7.x",
    "wd": "~0.3.x"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/saadtazi/firefox-profile-js#readme",
  "keywords": [
    "selenium",
    "webdriver",
    "firefox",
    "firefox profile",
    "nodejs"
  ],
  "license": "MIT",
  "main": "lib/firefox_profile",
  "name": "firefox-profile",
  "repository": {
    "type": "git",
    "url": "git://github.com/saadtazi/firefox-profile-js.git"
  },
  "scripts": {
    "test": "grunt travis"
  },
  "types": "lib/firefox_profile.d.ts",
  "version": "1.1.0"
}
