promise-run
Version:
Promise runner for composing 'thenable' objects (or callbacks) in series and/or parallel sequences with labelled return values.
27 lines (26 loc) • 738 B
JSON
{
"name": "promise-run",
"version": "1.0.0",
"main": "promise-run.js",
"scripts": {
"test": "karma start"
},
"keywords": [
"promise",
"promises",
"promise-runner",
"async"
],
"author": "Pete Boere <pete@the-echoplex.net> (https://github.com/peteboere)",
"license": "MIT",
"devDependencies": {
"karma": "~0.13.19",
"karma-chrome-launcher": "~0.2.2",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.7",
"karma-phantomjs-launcher": "~1.0.0",
"karma-safari-launcher": "~0.1.1",
"phantomjs-prebuilt": "~2.1.4"
},
"description": "Promise runner for composing 'thenable' objects (or callbacks) in series and/or parallel sequences with labelled return values."
}