callback
Version:
Expressive, terse, functions for aynchronous and callback functions
23 lines (22 loc) • 609 B
JSON
{
"author": "Marty Nelson <@martypdx>",
"name": "callback",
"description": "Expressive, terse, functions for aynchronous and callback functions",
"version": "0.0.1",
"homepage" : "https://github.com/martypdx/callback.js",
"repository": {
"type": "git",
"url": "git://github.com/martypdx/callback.js.git"
},
"main": "./lib/callback.js",
"keywords": ["async", "asynchronous", "flow", "flow control", "step", "callback", "callbacks"],
"engines": {
"node": "~0.6.6"
},
"dependencies": {},
"devDependencies": {
"mocha": "*"
, "should": "*"
, "colors": "*"
}
}