promise-filter
Version:
Filter an array and return a Promise
36 lines (35 loc) • 713 B
JSON
{
"name": "promise-filter",
"version": "1.1.0",
"description": "Filter an array and return a Promise",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "NODE_ENV=test tape test.js",
"test-cov": "NODE_ENV=test istanbul cover test.js"
},
"repository": "yoshuawuyts/promise-filter",
"keywords": [
"bluebird",
"filter",
"native",
"promise"
],
"license": "MIT",
"dependencies": {
"any-promise": "^0.1.0"
},
"devDependencies": {
"bluebird": "^2.8.2",
"eslint": "^0.12.0",
"istanbul": "^0.3.5",
"tap-bail": "0.0.0",
"tap-spec": "^2.2.0",
"tape": "^3.4.0"
},
"files": [
"LICENSE",
"README.md",
"index.js"
]
}