cbify
Version:
Wraps synchronous functions with a callback-style API
47 lines (46 loc) • 881 B
JSON
{
"name": "cbify",
"version": "1.0.0",
"description": "Wraps synchronous functions with a callback-style API",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha",
"prepublish": "browserify index.js --standalone cbify -o cbify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/es128/cbify"
},
"keywords": [
"callback",
"cb",
"sync",
"async",
"wrap",
"wrapper",
"utils",
"return",
"adapt",
"convert",
"fn",
"function",
"method"
],
"author": "Elan Shanker",
"license": "ISC",
"bugs": {
"url": "https://github.com/es128/cbify/issues"
},
"homepage": "https://github.com/es128/cbify",
"dependencies": {
"fn-args": "^1.0.0",
"wrappy": "^1.0.1"
},
"devDependencies": {
"browserify": "^5.12.1",
"mocha": "^1.21.4"
}
}