declarative-promise
Version:
Behaves kinda like the es6 Promise api, but it doesn't actually *do* anything. It just produces a description of what is to be done, by someone else. At the moment, it's designed to work with the [redux-fetch](https://github.com/ashaffer/redux-fetch) mi
32 lines (31 loc) • 1.08 kB
JSON
{
"name": "declarative-promise",
"version": "0.1.5",
"description": "Behaves kinda like the es6 Promise api, but it doesn't actually *do* anything. It just produces a description of what is to be done, by someone else. At the moment, it's designed to work with the [redux-fetch](https://github.com/ashaffer/redux-fetch) middleware for redux. However, hopefully it can become something more general over time.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/redux-effects/declarative-promise"
},
"keywords": [
"declarative",
"promise",
"redux",
"fetch"
],
"author": "ashaffer (http://github.com/ashaffer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/redux-effects/declarative-promise/issues"
},
"homepage": "https://github.com/redux-effects/declarative-promise",
"dependencies": {},
"devDependencies": {
"babel-tape-runner": "^1.2.0",
"standard": "^5.1.0",
"tape": "^4.2.0"
}
}