UNPKG

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

36 lines (35 loc) 1.27 kB
{ "name": "declarative-promise", "version": "0.2.1", "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": { "prepublish": "rm -rf lib && babel src --out-dir lib", "postversion": "git push && git push --tags && npm publish --access=public", "postpublish": "rm -rf lib" }, "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-preset-es2015": "^6.3.13", "babel-preset-stage-2": "^6.3.13", "babel-tape-runner": "^2.0.0", "standard": "^5.1.1", "tape": "^4.2.0" } }