{
  "_args": [
    [
      "redux-recycle@1.2.0",
      "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates"
    ]
  ],
  "_from": "redux-recycle@1.2.0",
  "_id": "redux-recycle@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/redux-recycle",
  "_nodeVersion": "6.0.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/redux-recycle-1.2.0.tgz_1469490120433_0.7097690149676055"
  },
  "_npmUser": {
    "email": "me@omnidan.net",
    "name": "omnidan"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "redux-recycle",
    "raw": "redux-recycle@1.2.0",
    "rawSpec": "1.2.0",
    "scope": null,
    "spec": "1.2.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redux-recycle/-/redux-recycle-1.2.0.tgz",
  "_shasum": "53d1eb0f57f61bfef799e17a5fe87ab6c2f565d0",
  "_shrinkwrap": null,
  "_spec": "redux-recycle@1.2.0",
  "_where": "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates",
  "author": {
    "email": "me@omnidan.net",
    "name": "Daniel Bugl",
    "url": "https://github.com/omnidan"
  },
  "bugs": {
    "url": "https://github.com/omnidan/redux-recycle/issues"
  },
  "dependencies": {
    "redux": "^3.3.1"
  },
  "description": "higher-order reducer to reset the redux state on certain actions",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-core": "^6.5.2",
    "babel-eslint": "^5.0.0",
    "babel-plugin-transform-object-rest-spread": "^6.5.0",
    "babel-preset-es2015": "^6.5.0",
    "chai": "^3.5.0",
    "eslint": "~2.2.0",
    "eslint-config-standard": "~5.1.0",
    "eslint-plugin-promise": "^1.0.8",
    "eslint-plugin-standard": "^1.3.2",
    "expect": "^1.14.0",
    "isparta": "^4.0.0",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2"
  },
  "directories": {},
  "dist": {
    "shasum": "53d1eb0f57f61bfef799e17a5fe87ab6c2f565d0",
    "tarball": "https://registry.npmjs.org/redux-recycle/-/redux-recycle-1.2.0.tgz"
  },
  "gitHead": "82f6c5375cc16e6a0d1eaee7402c5f5dba8cdc15",
  "homepage": "https://github.com/omnidan/redux-recycle",
  "keywords": [
    "redux",
    "flux",
    "recycle",
    "state",
    "higher-order reducer",
    "hor"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "daniel.bugl@touchlay.com",
      "name": "omnidan"
    }
  ],
  "name": "redux-recycle",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omnidan/redux-recycle.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "clean": "rimraf lib",
    "lint": "eslint src test",
    "prepublish": "npm run lint && npm run test && npm run clean && npm run build",
    "test": "NODE_ENV=test ./node_modules/.bin/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 ./node_modules/.bin/mocha --compilers js:babel-core/register --recursive --watch"
  },
  "version": "1.2.0"
}
