dotcall
Version:
callback hell remedy, syntax sugar
28 lines (27 loc) • 520 B
JSON
{
"name": "dotcall",
"version": "0.2.32",
"description": "callback hell remedy, syntax sugar",
"main": "dotcall.js",
"bin": {
"yyj": "./bin/yyj",
"jyy": "./bin/jyy"
},
"scripts": {
"test": "node testapp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/exebook/dotcall.git"
},
"keywords": [
"async",
"callback",
"sugar"
],
"author": "Yakov Nivin",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/exebook/dotcall/issues"
}
}