twisted-deferred
Version:
Deferreds following twisteds style.
22 lines (21 loc) • 643 B
JSON
{
"name": "twisted-deferred",
"description": "Deferreds following twisteds style.",
"homepage": "https://github.com/my8bird/nodejs-twisted-deferreds",
"version": "0.2.0",
"author": {
"name": "Nathan Landis",
"email": "my8bird@gmail.com"},
"contributors": ["Thomas Nixon"],
"main": "lib",
"repository" : {
"type" : "git",
"url" : "https://github.com/my8bird/nodejs-twisted-deferreds.git"
},
"keywords": ["async", "deferred", "twisted"],
"bugs" : { "url" : "https://github.com/my8bird/nodejs-twisted-deferreds/issues" },
"dependencies":
{
"coffee-script": ">=1.1.1"
}
}