ascallback
Version:
Use bluebird's ascallback (aka nodeify) to convert promises to node style callbacks.
23 lines (22 loc) • 497 B
JSON
{
"name": "ascallback",
"version": "1.1.1",
"description": "Use bluebird's ascallback (aka nodeify) to convert promises to node style callbacks.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/crabdude/ascallback.git"
},
"keywords": [
"promise",
"then",
"nodeify",
"callback",
"ascallback"
],
"author": "Adam Crabtree",
"license": "MIT",
"dependencies": {}
}