nicegen
Version:
nice function support for LiteScript. see: github.com/luciotato/LiteScript
30 lines (29 loc) • 985 B
JSON
{
"name" : "nicegen",
"version" : "0.1.5",
"description" : "nice function support for LiteScript. see: github.com/luciotato/LiteScript",
"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", "pyramid of doom" ],
"homepage" : "http://github.com/luciotato/LiteScript",
"license" : "Creative Commons, MIT",
"bugs" : {
"url" : "http://github.com/luciotato/LiteScript-nicegen/issues"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/luciotato/LiteScript-nicegen.git"
},
"main" : "./nicegen.js",
"engines" : {
"node" : ">=0.10.0"
},
"engineStrict":true,
"scripts" : {
"test" : "node --harmony test/test",
"parallel" : "node --harmony parallel-tests"
}
}