UNPKG

redux-funk

Version:

declarative async outerware for Redux

41 lines (40 loc) 951 B
{ "name": "redux-funk", "version": "2.3.0", "description": "declarative async outerware for Redux", "main": "dist/index.js", "scripts": { "build": "mkdirp dist && babel src/index.js --out-file dist/index.js", "prepublish": "npm run build", "test": "node ./test" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/mheiber/redux-funk.git" }, "keywords": [ "redux", "async", "asyncrhonous", "functional", "side-effect", "declarative-effect", "asynchronous", "middleware", "outerware" ], "devDependencies": { "babel-cli": "^6.1.18", "babel-core": "^6.14.0", "babel-preset-es2015": "^6.14.0", "mkdirp": "^0.5.1", "redux": "^3.6.0", "tape": "^4.6.0" }, "author": "Max Heiber", "license": "ISC", "bugs": { "url": "https://github.com/mheiber/redux-funk/issues" }, "homepage": "https://github.com/mheiber/redux-funk#readme" }