{
  "_args": [
    [
      "redux-mock-store@1.2.1",
      "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates"
    ]
  ],
  "_from": "redux-mock-store@1.2.1",
  "_id": "redux-mock-store@1.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/redux-mock-store",
  "_nodeVersion": "4.5.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/redux-mock-store-1.2.1.tgz_1474723497331_0.42423485894687474"
  },
  "_npmUser": {
    "email": "dmitry.zaets@gmail.com",
    "name": "dmitry-zaets"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "redux-mock-store",
    "raw": "redux-mock-store@1.2.1",
    "rawSpec": "1.2.1",
    "scope": null,
    "spec": "1.2.1",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redux-mock-store/-/redux-mock-store-1.2.1.tgz",
  "_shasum": "630c0e2642927d1417c844d935266b501f2fc231",
  "_shrinkwrap": null,
  "_spec": "redux-mock-store@1.2.1",
  "_where": "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates",
  "author": {
    "email": "arnaudm.benard@gmail.com",
    "name": "Arnaud Benard"
  },
  "bugs": {
    "url": "https://github.com/arnaudbenard/redux-mock-store/issues"
  },
  "dependencies": {},
  "description": "[![Circle CI](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master.svg?style=svg)](https://circleci.com/gh/arnaudbenard/redux-mock-store/tree/master)",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-preset-es2015": "^6.13.2",
    "expect": "^1.12.2",
    "mocha": "^2.3.3",
    "redux": "^3.0.4",
    "redux-thunk": "^2.0.1",
    "rimraf": "^2.4.3",
    "sinon": "^1.17.2",
    "standard": "^7.1.2"
  },
  "directories": {},
  "dist": {
    "shasum": "630c0e2642927d1417c844d935266b501f2fc231",
    "tarball": "https://registry.npmjs.org/redux-mock-store/-/redux-mock-store-1.2.1.tgz"
  },
  "gitHead": "6a539e0e74a1fe0b9133214c1398fd11451a84aa",
  "homepage": "https://github.com/arnaudbenard/redux-mock-store#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "arnaudbenard13@gmail.com",
      "name": "arnaudbenard"
    },
    {
      "email": "dmitry.zaets@gmail.com",
      "name": "dmitry-zaets"
    }
  ],
  "name": "redux-mock-store",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arnaudbenard/redux-mock-store.git"
  },
  "scripts": {
    "lint": "standard src/*.js test/*.js",
    "prepublish": "rimraf lib && babel src --out-dir lib",
    "pretest": "npm run lint",
    "test": "mocha --compilers js:babel-core/register --reporter spec test/*.js"
  },
  "version": "1.2.1"
}
