bromises
Version:
light-weight promise library.. with stupid names
20 lines (19 loc) • 442 B
JSON
{
"name": "bromises",
"version": "0.1.0",
"description": "light-weight promise library.. with stupid names",
"main": "index.js",
"scripts": {
"test": "node test/index.js | faucet"
},
"keywords": [
"promises",
"bros"
],
"author": "George Michael Faust <georgemichaelfaust@gmail.com> (http://georgemichaelfaust.com/)",
"license": "MIT",
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.4.0"
}
}