bluebird-ff
Version:
Functional/Control-Flow utilities for Bluebird
36 lines (35 loc) • 788 B
JSON
{
"name": "bluebird-ff",
"version": "2.0.1",
"description": "Functional/Control-Flow utilities for Bluebird",
"main": "lib/index.js",
"scripts": {
"test": "script/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagarme/bluebird-ff.git"
},
"keywords": [
"bluebird",
"promise",
"promises",
"flow"
],
"author": "Jonathan Lima <jonathan@pagar.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagarme/bluebird-ff/issues"
},
"homepage": "https://github.com/pagarme/bluebird-ff#readme",
"dependencies": {
"bluebird": "^3.3.4"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"coveralls": "^2.11.6",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
}
}