{
  "_args": [
    [
      "redux-actions@0.12.0",
      "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates"
    ]
  ],
  "_from": "redux-actions@0.12.0",
  "_id": "redux-actions@0.12.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/redux-actions",
  "_nodeVersion": "5.12.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/redux-actions-0.12.0.tgz_1472753496599_0.06859394488856196"
  },
  "_npmUser": {
    "email": "tim@cheung.io",
    "name": "timche"
  },
  "_npmVersion": "3.10.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "redux-actions",
    "raw": "redux-actions@0.12.0",
    "rawSpec": "0.12.0",
    "scope": null,
    "spec": "0.12.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redux-actions/-/redux-actions-0.12.0.tgz",
  "_shasum": "8a4f0114f1bde2e6b61d5b7205d4818004c67461",
  "_shrinkwrap": null,
  "_spec": "redux-actions@0.12.0",
  "_where": "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates",
  "author": {
    "email": "acdlite@me.com",
    "name": "Andrew Clark"
  },
  "bugs": {
    "url": "https://github.com/acdlite/redux-actions/issues"
  },
  "dependencies": {
    "lodash": "^4.13.1",
    "reduce-reducers": "^0.1.0"
  },
  "description": "Flux Standard Action utlities for Redux",
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-core": "^6.7.7",
    "babel-eslint": "^6.1.1",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.7.2",
    "chai": "^3.0.0",
    "cross-env": "^2.0.0",
    "eslint": "^2.8.0",
    "eslint-config-airbnb-base": "^1.0.3",
    "eslint-plugin-import": "^1.5.0",
    "eslint-watch": "^2.1.13",
    "flux-standard-action": "^0.6.0",
    "mocha": "^2.2.5",
    "rimraf": "^2.5.3",
    "webpack": "^1.13.1"
  },
  "directories": {},
  "dist": {
    "shasum": "8a4f0114f1bde2e6b61d5b7205d4818004c67461",
    "tarball": "https://registry.npmjs.org/redux-actions/-/redux-actions-0.12.0.tgz"
  },
  "files": [
    "lib",
    "dist"
  ],
  "gitHead": "597a8df6de48770035462b053631655ccf3198ef",
  "homepage": "https://github.com/acdlite/redux-actions",
  "keywords": [
    "flux",
    "redux",
    "fsa",
    "actions"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "acdlite@me.com",
      "name": "acdlite"
    },
    {
      "email": "tim@cheung.io",
      "name": "timche"
    },
    {
      "email": "v.alvarez312@gmail.com",
      "name": "yangmillstheory"
    }
  ],
  "name": "redux-actions",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acdlite/redux-actions.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:commonjs && npm run build:umd && npm run build:umd:min",
    "build:commonjs": "babel src --out-dir lib --ignore *-test.js",
    "build:umd": "cross-env NODE_ENV=development webpack",
    "build:umd:min": "cross-env NODE_ENV=production webpack",
    "clean": "rimraf lib",
    "lint": "esw src webpack.config --color",
    "lint:fix": "npm run lint -- --fix",
    "lint:watch": "npm run lint -- --watch",
    "prepublish": "npm run lint && npm run test && npm run build",
    "test": "mocha --compilers js:babel-register src/**/*-test.js",
    "test:watch": "npm run test -- --watch src/**/*-test.js"
  },
  "version": "0.12.0"
}
