will
Version:
Flexible futures
42 lines (37 loc) • 996 B
JSON
{
"name" : "will",
"version" : "0.0.1",
"description" : "Flexible futures",
"homepage" : "",
"keywords" : [ "future", "promise", "deferred", "deferral", "async",
"promises-aplus" ],
"author" : "Nick Fargo",
"repository" : {
"type" : "git",
"url" : "git://github.com/nickfargo/will.git"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/nickfargo/will/master/LICENSE"
}
],
"main" : "lib/index",
"directories" : {
"test" : "test"
},
"scripts": {
"prepublish" : "bin/compile && bin/test -R progress",
"test" : "bin/test -R spec"
},
"dependencies" : {
"omicron" : ">=0.1.9",
"state" : "~0.1.0"
},
"devDependencies" : {
"coffee-script" : "~1.6.3",
"mocha" : "*",
"chai" : ">=1.5.0",
"promises-aplus-tests" : "*"
}
}