{
  "name": "redux-action-reducer",
  "version": "1.3.0",
  "description": "Remove redux reducer boilerplate",
  "main": "index.js",
  "scripts": {
    "build": "rimraf dist && babel modules --out-dir ./",
    "test": "mocha --compilers js:babel-core/register",
    "clog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/troch/redux-action-reducer.git"
  },
  "keywords": [
    "redux",
    "reducer",
    "action"
  ],
  "author": "Thomas Roch <thomas.c.roch@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/troch/redux-action-reducer/issues"
  },
  "homepage": "https://github.com/troch/redux-action-reducer#readme",
  "devDependencies": {
    "babel-cli": "~6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.1.2",
    "conventional-changelog-cli": "~2.0.1",
    "mocha": "^4.0.1",
    "rimraf": "^2.6.2"
  }
}
