{
  "_from": "adbkit@2.11.0",
  "_id": "adbkit@2.11.0",
  "_inBundle": false,
  "_integrity": "sha512-j2vUhEeZmCiqBP+p77CpPWQTcT20rOmSmRHFUTZUwUpxzeCd3fXop4NAGYztSY9/FNU4bT/qqvYQ4EZKuCXhfA==",
  "_location": "/adbkit",
  "_phantomChildren": {
    "ms": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "adbkit@2.11.0",
    "name": "adbkit",
    "escapedName": "adbkit",
    "rawSpec": "2.11.0",
    "saveSpec": null,
    "fetchSpec": "2.11.0"
  },
  "_requiredBy": [
    "/web-ext"
  ],
  "_resolved": "https://registry.npmjs.org/adbkit/-/adbkit-2.11.0.tgz",
  "_shasum": "9a8da51e62790f8bae5296b1c52614f69e4c2684",
  "_spec": "adbkit@2.11.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/web-ext",
  "author": {
    "name": "The OpenSTF Project",
    "email": "contact@openstf.io",
    "url": "https://openstf.io"
  },
  "bin": {
    "adbkit": "./bin/adbkit"
  },
  "bugs": {
    "url": "https://github.com/openstf/adbkit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "adbkit-logcat": "^1.1.0",
    "adbkit-monkey": "~1.0.1",
    "bluebird": "~2.9.24",
    "commander": "^2.3.0",
    "debug": "~2.6.3",
    "node-forge": "^0.7.1",
    "split": "~0.3.3"
  },
  "deprecated": false,
  "description": "A pure Node.js client for the Android Debug Bridge.",
  "devDependencies": {
    "bench": "~0.3.5",
    "chai": "~2.2.0",
    "coffee-script": "~1.9.1",
    "coffeelint": "~1.9.3",
    "grunt": "~0.4.5",
    "grunt-cli": "~0.1.13",
    "grunt-coffeelint": "0.0.13",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-coffee": "~0.13.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-exec": "~0.4.3",
    "grunt-jsonlint": "~1.0.4",
    "grunt-notify": "~0.4.1",
    "mocha": "~2.2.1",
    "sinon": "~1.14.1",
    "sinon-chai": "~2.7.0"
  },
  "engines": {
    "node": ">= 0.10.4"
  },
  "homepage": "https://github.com/openstf/adbkit#readme",
  "keywords": [
    "adb",
    "adbkit",
    "android",
    "logcat",
    "monkey"
  ],
  "license": "Apache-2.0",
  "main": "./index",
  "name": "adbkit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openstf/adbkit.git"
  },
  "scripts": {
    "postpublish": "grunt clean",
    "prepublish": "grunt test coffee",
    "test": "grunt test"
  },
  "version": "2.11.0"
}
