parallel-es6
Version:
Complement for wait.for-es6: Sequential programming for node.js -and the browser-. End of callback hell - Original Wait.for, implemented using upcoming javascript/ES6-Harmony generators
32 lines (31 loc) • 1.13 kB
JSON
{
"name" : "parallel-es6",
"version" : "0.0.1",
"description" : "Complement for wait.for-es6: Sequential programming for node.js -and the browser-. End of callback hell - Original Wait.for, implemented using upcoming javascript/ES6-Harmony generators",
"author" : {
"name" : "Lucio Tato",
"email" : "luciotato@gmail.com",
"url" : "http://github.com/luciotato"
},
"keywords" : [ "fiber", "fibers", "generator", "coroutine", "thread", "sycn", "async", "parallel", "worker", "future", "promise", "wait", "Wait.for", "callback hell", "piramyd of doom" ],
"homepage" : "http://github.com/luciotato/parallel-ES6",
"license" : "Creative Commons, MIT",
"bugs" : {
"url" : "http://github.com/luciotato/parallel/issues"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/luciotato/parallel.git"
},
"main" : "./parallel.js",
"engines" : {
"node" : ">=0.11.6"
}
,"scripts": {
"test": "node --harmony test/test"
,"start": "node --harmony examples/blogServer/server"
}
,"dependencies": {
"wait.for-es6": ">=0.0.3"
}
}