promiseify
Version:
callback method to promiseify method
28 lines (27 loc) • 595 B
JSON
{
"name": "promiseify",
"version": "0.1.2",
"description": "callback method to promiseify method",
"main": "index.js",
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "https://github.com/shepherdwind/promiseify"
},
"keywords": [
"promiseify"
],
"author": "shepherdwind",
"license": "MIT",
"bugs": {
"url": "https://github.com/shepherdwind/promiseify/issues"
},
"homepage": "https://github.com/shepherdwind/promiseify",
"devDependencies": {
"mocha": "~2.2.1",
"should": "~5.1.0",
"sinon": "~1.13.0"
}
}