ntr
Version:
Node task runner.
33 lines (32 loc) • 683 B
JSON
{
"name": "ntr",
"version": "0.0.2",
"main": "task.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adam Magaluk <AdamMagaluk@gmail.com>",
"license": "BSD-2-Clause",
"dependencies": {
"async": "~0.2.10"
},
"devDependencies": {},
"description": "Node task runner.",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git://github.com/AdamMagaluk/ntr.git"
},
"keywords": [
"task",
"runner",
"dependancy",
"dependancies"
],
"bugs": {
"url": "https://github.com/AdamMagaluk/ntr/issues"
},
"homepage": "https://github.com/AdamMagaluk/ntr"
}