{
"name": "redux-actions",
"version": "0.9.0-alpha",
"description": "Flux Standard Action utlities for Redux",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make clean build"
},
"files": [
"src",
"lib"
],
"keywords": [
"flux",
"redux",
"fsa",
"actions"
],
"author": "Andrew Clark <acdlite@me.com>",
"bugs": {
"url": "https://github.com/acdlite/redux-actions/issues"
},
"homepage": "https://github.com/acdlite/redux-actions",
"repository": {
"type": "git",
"url": "https://github.com/acdlite/redux-actions.git"
},
"license": "MIT",
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.20",
"chai": "^3.0.0",
"eslint": "^0.24.0",
"eslint-config-airbnb": "0.0.6",
"lodash.isplainobject": "^3.2.0",
"mocha": "^2.2.5"
},
"dependencies": {
"flux-standard-action": "^0.6.0",
"reduce-reducers": "^0.1.0"
}
}