{
  "name": "@cliqz-oss/node-firefox-connect",
  "version": "1.2.1",
  "description": "Connect to a Firefox simulator",
  "main": "index.js",
  "dependencies": {
    "es6-promise": "^2.0.1",
    "@cliqz-oss/firefox-client": "0.3.1"
  },
  "devDependencies": {
    "gulp": "^3.8.10",
    "mockery": "^1.4.0",
    "node-firefox-build-tools": "^0.1.0",
    "node-firefox-start-simulator": "^1.0.0",
    "should": "^4.0.4"
  },
  "scripts": {
    "gulp": "gulp",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla/node-firefox-connect.git"
  },
  "keywords": [
    "firefox",
    "developer tools",
    "b2g",
    "firefox os",
    "firefoxos",
    "fxos",
    "connect"
  ],
  "author": "Mozilla (https://mozilla.org/)",
  "contributors": [
    "Nicola Greco <me@nicola.io> (http://nicolagreco.com/)",
    "Brittany Storoz <bstoroz@mozilla.com>",
    "Soledad Penadés <listas@soledadpenades.com> (http://soledadpenades.com/)"
  ],
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/mozilla/node-firefox-connect/issues"
  },
  "homepage": "https://github.com/mozilla/node-firefox-connect"
}
