redux-compose-hors
Version:
Combine higher order reducers
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "redux-compose-hors",
"version": "1.0.0",
"description": "Combine higher order reducers",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "babel src --out-dir dist",
"prepublish": "npm run clean && npm run build",
"test": "jest src",
"flow": "flow",
"flowtyped": "flow-typed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l2silver/redux-compose-hors.git"
},
"keywords": [
"redux",
"compose",
"hors",
"redux-compose-hors",
"batched-actions"
],
"author": "Leigh Silverstein",
"license": "ISC",
"bugs": {
"url": "https://github.com/l2silver/redux-compose-hors/issues"
},
"homepage": "https://github.com/l2silver/redux-compose-hors#readme",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"flow-bin": "^0.40.0",
"flow-typed": "^2.0.0",
"jest": "^19.0.2"
}
}