{
  "name": "react-redux-cli",
  "version": "1.0.6",
  "description": "An opinionated CLI to make working on react with redux apps much faster.",
  "main": "bin/redux.js",
  "author": "James Lee <40129878@qq.com>",
  "engine": {
    "node": ">=5.1"
  },
  "scripts": {
    "test": "npm run lint && env NODE_PATH=$NODE_PATH:$PWD/src ./node_modules/.bin/babel-node node_modules/isparta/bin/isparta cover --report html ./node_modules/.bin/_mocha -- --compilers js:babel-register --opts ./.mocha.opts && ./node_modules/.bin/codecov --token=75e3e765-443c-4d31-a8f5-b0ca3be8e55f",
    "test:nocov": "env NODE_PATH=$NODE_PATH:$PWD/src ./node_modules/.bin/babel-node ./node_modules/.bin/_mocha --compilers js:babel-register --opts ./.mocha.opts ",
    "start": "npm run build:watch",
    "build": "./node_modules/.bin/babel src -d lib",
    "build:watch": "./node_modules/.bin/babel src --watch -d lib",
    "lint": "./node_modules/.bin/eslint ./src",
    "clean": "rm -rf lib",
    "publish": "npm test && npm run clean && npm run build && npm publish",
    "publish:patch": "npm test && npm run clean && npm run build && npm version patch && npm publish",
    "publish:minor": "npm test && npm run clean && npm run build && npm version minor && npm publish"
  },
  "keywords": [
    "react",
    "redux",
    "cli",
    "generator",
    "react.js",
    "kit",
    "app-kit",
    "react-starter-kit",
    "react-redux-starter-kit"
  ],
  "license": "MIT",
  "bin": {
    "redux": "bin/redux.js",
    "redux-init": "bin/redux-init.js",
    "redux-generate": "bin/redux-generate.js",
    "redux-g": "bin/redux-g.js",
    "redux-new": "bin/redux-new.js"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "commander": "^2.9.0",
    "denodeify": "^1.2.1",
    "ejs": "^2.4.1",
    "elegant-spinner": "^1.0.1",
    "figlet": "^1.1.1",
    "fs-extra": "^0.26.5",
    "humps": "^1.0.0",
    "jsonfile": "^2.2.3",
    "lodash": "^4.5.1",
    "log-update": "^1.0.2",
    "minimist": "^1.2.0",
    "prompt": "^1.0.0",
    "shelljs": "^0.6.0",
    "temp": "^0.8.3",
    "through": "^2.3.8",
    "walk-sync": "^0.2.6"
  },
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-eslint": "^4.1.8",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.5.1",
    "chai": "^3.5.0",
    "codecov": "^1.0.1",
    "eslint": "^1.10.3",
    "eslint-plugin-ejs": "0.0.2",
    "eslint-plugin-react": "^3.16.1",
    "isparta": "^4.0.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2",
    "sinon": "^1.17.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com:liiil825/react-redux-cli.git"
  }
}
