{
  "name": "action-store",
  "version": "0.2.19",
  "description": "Action store a la redux",
  "keywords": [
    "redux",
    "stack",
    "batteries"
  ],
  "author": "Jonathan Brumley <cayasso@gmail.com>",
  "scripts": {
    "test": "make test",
    "prepublish": "make lib"
  },
  "dependencies": {
    "babel-polyfill": "^6.7.4",
    "debug": "^2.2.0",
    "eventemitter3": "^1.2.0",
    "isobj": "^1.0.0",
    "lodash": "^4.11.1",
    "redux": "^3.5.1",
    "vo": "^3.1.1"
  },
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-core": "^6.7.7",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-2": "^6.5.0",
    "browserify": "^13.0.0",
    "mocha": "^2.4.5",
    "pre-commit": "^1.1.2",
    "should": "^8.3.1"
  },
  "main": "lib/index",
  "pre-commit": [
    "test"
  ]
}
