redux-haiku
Version:
> A saga is long and rambles on. > A haiku goes to the point. > Change!
39 lines (38 loc) • 997 B
JSON
{
"name": "redux-haiku",
"version": "0.1.4",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib --ignore *.spec.js",
"prepublish": "not-in-install && npm prune && npm test && npm run build || in-install",
"test": "flow check --all && babel-node test"
},
"keywords": [
"redux",
"subscriptions",
"subscribe",
"side-effects",
"object-difference",
"diff"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xaviervia/redux-haiku.git"
},
"author": "Fernando Vía Canel <fernando.via@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"flow-bin": "^0.27.0",
"in-publish": "^2.0.0",
"redux": "^3.5.2",
"washington": "^0.12.0"
},
"dependencies": {
"object-difference": "^0.1.0"
}
}