{
  "name": "redux-file-gen",
  "version": "1.2.40",
  "description": "Generates necessary files for react-redux application",
  "main": "index.js",
  "scripts": {
    "test": "mocha test",
    "patch": "npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidhu2000/react_redux_generator.git"
  },
  "preferGlobal": "true",
  "bin": {
    "redux": "index.js"
  },
  "keywords": [
    "reactjs",
    "redux",
    "javascript",
    "react",
    "react-redux",
    "generator",
    "file generator",
    "redux-file-gem"
  ],
  "author": "David Hu <davidhu314@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/davidhu2000/react_redux_generator/issues"
  },
  "homepage": "https://github.com/davidhu2000/react_redux_generator#readme",
  "dependencies": {
    "colors": "^1.1.2",
    "shelljs": "^0.7.5"
  },
  "devDependencies": {
    "blanket": "^1.2.3",
    "bluebird": "^3.5.0",
    "chai": "^3.5.0",
    "chai-fs": "^1.0.0",
    "coveralls": "^2.13.1",
    "mocha": "^3.3.0",
    "mocha-lcov-reporter": "^1.3.0",
    "mocha-sinon": "^2.0.0",
    "sinon": "^2.1.0"
  }
}
