{
  "_from": "adbkit-monkey@~1.0.1",
  "_id": "adbkit-monkey@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-8pG+cBou/FZ6Y/x6pq/N7TFDC+E=",
  "_location": "/adbkit-monkey",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "adbkit-monkey@~1.0.1",
    "name": "adbkit-monkey",
    "escapedName": "adbkit-monkey",
    "rawSpec": "~1.0.1",
    "saveSpec": null,
    "fetchSpec": "~1.0.1"
  },
  "_requiredBy": [
    "/adbkit"
  ],
  "_resolved": "https://registry.npmjs.org/adbkit-monkey/-/adbkit-monkey-1.0.1.tgz",
  "_shasum": "f291be701a2efc567a63fc7aa6afcded31430be1",
  "_spec": "adbkit-monkey@~1.0.1",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/adbkit",
  "author": {
    "name": "CyberAgent, Inc.",
    "email": "npm@cyberagent.co.jp",
    "url": "http://www.cyberagent.co.jp/"
  },
  "bugs": {
    "url": "https://github.com/CyberAgent/adbkit-monkey/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "~0.2.9"
  },
  "deprecated": false,
  "description": "A Node.js interface to the Android monkey tool.",
  "devDependencies": {
    "chai": "~1.8.1",
    "coffee-script": "~1.6.3",
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.11",
    "grunt-coffeelint": "~0.0.7",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-exec": "~0.4.2",
    "grunt-jsonlint": "~1.0.2",
    "grunt-notify": "~0.2.16",
    "mocha": "~1.14.0",
    "sinon": "~1.7.3",
    "sinon-chai": "~2.4.0"
  },
  "engines": {
    "node": ">= 0.10.4"
  },
  "homepage": "https://github.com/CyberAgent/adbkit-monkey#readme",
  "keywords": [
    "adb",
    "adbkit",
    "monkey",
    "monkeyrunner"
  ],
  "license": "Apache-2.0",
  "main": "./index",
  "name": "adbkit-monkey",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CyberAgent/adbkit-monkey.git"
  },
  "scripts": {
    "postpublish": "grunt clean",
    "prepublish": "grunt coffee",
    "test": "grunt test"
  },
  "version": "1.0.1"
}
