nodeunit-watcher
Version:
nodeunit wrapper for continuous testing.
18 lines (17 loc) • 506 B
JSON
{
"name": "nodeunit-watcher",
"version": "0.0.3",
"description": "nodeunit wrapper for continuous testing.",
"preferGlobal": "true",
"bin": { "nodeunit-watcher": "./bin/nodeunit-watcher" },
"author": "Alex Cline",
"keywords": ["nodeunit", "watch", "continuous", "testing"],
"repository" : {
"type": "git",
"url": "https://github.com/AlexCline/nodeunit-watcher.git"
},
"dependencies": {
"nodeunit": "*"
},
"engines": { "node": "*" }
}