autotest
Version:
Simple script to provide some autotest capabilities for node or python.
17 lines (16 loc) • 631 B
JSON
{
"name": "autotest",
"homepage": "http://github.com/realistschuckle/autotest",
"author": {
"name": "Curtis Schlak",
"url": "http://github.com/realistschuckle"
},
"bin": { "autotest" : "./autotest.js" },
"dependencies" : { "colors" : ">= 0.5.0" },
"repository": { "type" : "git", "url" : "http://github.com/realistschuckle/autotest.git" },
"description": "Simple script to provide some autotest capabilities for node or python.",
"keywords": ["monitor", "development", "restart", "autotest", "reload"],
"version": "0.2.6",
"preferGlobal" : "true",
"main": "./autotest"
}