{
  "_args": [
    [
      {
        "raw": "redux-devtools@^3.3.1",
        "scope": null,
        "escapedName": "redux-devtools",
        "name": "redux-devtools",
        "rawSpec": "^3.3.1",
        "spec": ">=3.3.1 <4.0.0",
        "type": "range"
      },
      "/Users/hibad/Documents/foreveross/restack-mobile-cli/prototype/node_modules/restack-core"
    ]
  ],
  "_cnpm_publish_time": 1462795156578,
  "_from": "redux-devtools@>=3.3.1 <4.0.0",
  "_id": "redux-devtools@3.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/redux-devtools",
  "_nodeVersion": "5.3.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/redux-devtools-3.3.1.tgz_1462795155413_0.14736113953404129"
  },
  "_npmUser": {
    "name": "gaearon",
    "email": "dan.abramov@gmail.com"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "redux-devtools@^3.3.1",
    "scope": null,
    "escapedName": "redux-devtools",
    "name": "redux-devtools",
    "rawSpec": "^3.3.1",
    "spec": ">=3.3.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/restack-core"
  ],
  "_resolved": "http://registry.npm.taobao.org/redux-devtools/download/redux-devtools-3.3.1.tgz",
  "_shasum": "e2ed0b5335310935a25bbc73c60c09e522182850",
  "_shrinkwrap": null,
  "_spec": "redux-devtools@^3.3.1",
  "_where": "/Users/hibad/Documents/foreveross/restack-mobile-cli/prototype/node_modules/restack-core",
  "author": {
    "name": "Dan Abramov",
    "email": "dan.abramov@me.com",
    "url": "http://github.com/gaearon"
  },
  "bugs": {
    "url": "https://github.com/gaearon/redux-devtools/issues"
  },
  "dependencies": {
    "lodash": "^4.2.0",
    "react-redux": "^4.0.0",
    "redux": "^3.5.2",
    "redux-devtools-instrument": "^1.0.1"
  },
  "description": "Redux DevTools with hot reloading and time travel",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.17",
    "babel-eslint": "^4.1.6",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015-loose": "^6.1.3",
    "babel-preset-react": "6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "eslint": "^0.23",
    "eslint-config-airbnb": "0.0.6",
    "eslint-plugin-react": "^2.3.0",
    "expect": "^1.6.0",
    "isparta": "^3.0.3",
    "jsdom": "^6.5.1",
    "mocha": "^2.2.5",
    "mocha-jsdom": "^1.0.0",
    "react": "^0.14.0",
    "react-addons-test-utils": "^0.14.0",
    "react-dom": "^0.14.0",
    "rimraf": "^2.3.4",
    "webpack": "^1.11.0"
  },
  "directories": {},
  "dist": {
    "shasum": "e2ed0b5335310935a25bbc73c60c09e522182850",
    "size": 6933,
    "noattachment": false,
    "tarball": "http://r.cnpmjs.org/redux-devtools/download/redux-devtools-3.3.1.tgz"
  },
  "files": [
    "lib",
    "src"
  ],
  "gitHead": "ec0d55bbee1ae37eaedff5ceef7065aca363e867",
  "homepage": "https://github.com/gaearon/redux-devtools",
  "keywords": [
    "redux",
    "devtools",
    "flux",
    "hot reloading",
    "time travel",
    "live edit"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "gaearon",
      "email": "dan.abramov@gmail.com"
    },
    {
      "name": "zalmoxisus",
      "email": "zalmoxisus@gmail.com"
    }
  ],
  "name": "redux-devtools",
  "optionalDependencies": {},
  "peerDependencies": {
    "redux": "^3.5.0",
    "react": "^0.14.0 || ^15.0.0-rc.1"
  },
  "publish_time": 1462795156578,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gaearon/redux-devtools.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "clean": "rimraf lib",
    "lint": "eslint src test examples",
    "prepublish": "npm run lint && npm run test && npm run clean && npm run build",
    "test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
    "test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
    "test:watch": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch"
  },
  "version": "3.3.1"
}
