asyncify
Version:
The asyncify deferred module of FuturesJS (Ender.JS and Node.JS)
24 lines (23 loc) • 604 B
JSON
{
"name": "asyncify",
"version": "2.1.2",
"description": "The asyncify deferred module of FuturesJS (Ender.JS and Node.JS)",
"homepage": "https://github.com/coolaj86/futures",
"keywords": ["flow-control", "async", "asynchronous", "asyncify", "util", "browser"],
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/futures.git"
},
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"main": "asyncify.js",
"directories": {
"lib": "."
},
"dependencies": {
"future": "2.x"
},
"engines": {
"node": "*",
"ender": ">= 0.5.0"
}
}