promise-props
Version:
Like Bluebird's Promise.props; like Promise.all but for an object with named properties
29 lines (28 loc) • 674 B
JSON
{
"name": "promise-props",
"version": "1.0.0",
"description": "Like Bluebird's Promise.props; like Promise.all but for an object with named properties",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exponentjs/promise-props.git"
},
"keywords": [
"promise-props",
"promise",
"bluebird",
"async"
],
"author": "exponent.team@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/exponentjs/promise-props/issues"
},
"homepage": "https://github.com/exponentjs/promise-props#readme",
"devDependencies": {
"jest-cli": "^0.4.5"
}
}