twisted-node
Version:
A very ligthweigth twisted.web type of promise implementation for node.js for full async progamming
28 lines (27 loc) • 696 B
JSON
{
"name": "twisted-node",
"version": "1.0.0",
"description": "A very ligthweigth twisted.web type of promise implementation for node.js for full async progamming",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpbeaudet/twisted-node.git"
},
"keywords": [
"twisted.web",
"twisted",
"async",
"callback",
"errback",
"asynchronous"
],
"author": "Jean-Philippe Beaudet",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpbeaudet/twisted-node/issues"
},
"homepage": "https://github.com/jpbeaudet/twisted-node#readme"
}