{
  "name": "redux-toolkit",
  "version": "1.1.2",
  "description": "supply useful utils for redux",
  "main": "lib/index.js",
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeatszhang/redux-toolkit"
  },
  "keywords": [
    "redux",
    "utils",
    "helper"
  ],
  "author": "yeatszhang",
  "dependencies": {
    "debug": "^2.2.0",
    "flux-standard-action": "^0.6.0",
    "invariant": "^2.1.1",
    "lodash": "^3.10.1"
  }
}
