promise-spread
Version:
`spread()` for native ES6 Promises
42 lines (41 loc) • 874 B
JSON
{
"name": "promise-spread",
"description": "`spread()` for native ES6 Promises",
"version": "0.1.0",
"homepage": "https://github.com/AndreasPizsa/promise-spread",
"author": "Andreas Pizsa (https://github.com/AndreasPizsa)",
"repository": "AndreasPizsa/promise-spread",
"bugs": {
"url": "https://github.com/AndreasPizsa/promise-spread/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"any-promise": "^1.1.0",
"bluebird": "^3.2.1",
"mocha": "*",
"should": "*"
},
"keywords": [
"promises",
"native",
"spread",
"es6",
"any-promise",
"native-or-bluebird",
"bluebird"
],
"publishConfig" : {
"registry": "https://registry.npmjs.org/"
}
}