then-nodeify
Version:
nodeify from then/Promise, all by itself
31 lines (30 loc) • 673 B
JSON
{
"name": "then-nodeify",
"version": "1.0.1",
"description": "nodeify from then/Promise, all by itself",
"main": "index.js",
"scripts": {
"test": "tape test.js | faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TehShrike/then-nodeify.git"
},
"keywords": [
"promise",
"then",
"denodeify",
"nodeify"
],
"author": "TehShrike",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TehShrike/then-nodeify/issues"
},
"homepage": "https://github.com/TehShrike/then-nodeify#readme",
"devDependencies": {
"faucet": "0.0.1",
"native-promise-only": "0.8.1",
"tape": "4.2.0"
}
}