{
  "_from": "adbkit-logcat@^1.1.0",
  "_id": "adbkit-logcat@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-Adf5sM75CTowvLOwB+//MBUIli8=",
  "_location": "/adbkit-logcat",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "adbkit-logcat@^1.1.0",
    "name": "adbkit-logcat",
    "escapedName": "adbkit-logcat",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/adbkit"
  ],
  "_resolved": "https://registry.npmjs.org/adbkit-logcat/-/adbkit-logcat-1.1.0.tgz",
  "_shasum": "01d7f9b0cef9093a30bcb3b007efff301508962f",
  "_spec": "adbkit-logcat@^1.1.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/adbkit",
  "author": {
    "name": "The OpenSTF Project",
    "email": "contact@openstf.io",
    "url": "https://openstf.io"
  },
  "bugs": {
    "url": "https://github.com/openstf/adbkit-logcat/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A Node.js interface for working with Android's logcat output.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-script": "^1.10.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-coffeelint": "0.0.16",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-exec": "^1.0.0",
    "grunt-jsonlint": "^1.1.0",
    "grunt-notify": "^0.4.5",
    "mocha": "^3.0.2",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0"
  },
  "engines": {
    "node": ">= 0.10.4"
  },
  "homepage": "https://github.com/openstf/adbkit-logcat#readme",
  "keywords": [
    "adb",
    "adbkit",
    "logcat"
  ],
  "license": "Apache-2.0",
  "main": "./index",
  "name": "adbkit-logcat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openstf/adbkit-logcat.git"
  },
  "scripts": {
    "postpublish": "grunt clean",
    "prepublish": "grunt coffee",
    "test": "grunt test"
  },
  "version": "1.1.0"
}
