redux-optimist-promise
Version:
Promise middleware for Redux with automatic binding for redux-optimist
39 lines (38 loc) • 868 B
JSON
{
"name": "redux-optimist-promise",
"version": "0.8.3",
"description": "Promise middleware for Redux with automatic binding for redux-optimist",
"main": "build/index.js",
"jsnext:main": "src/index.js",
"files": [
"build",
"src",
"index.d.ts"
],
"scripts": {
"test": "make test",
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "https://github.com/mathieudutour/redux-optimist-promise.git"
},
"homepage": "https://github.com/mathieudutour/redux-optimist-promise",
"keywords": [
"redux",
"promise",
"middleware",
"redux-middleware",
"fsa",
"flux",
"optimistic"
],
"author": "Mathieu Dutour <mathieu@dutour.me>",
"license": "MIT",
"devDependencies": {
"@mathieudutour/js-fatigue": "1.0.2"
},
"dependencies": {
"flux-standard-action": "^1.0.0"
}
}