dev
Version:
Reruns the given file whenever the current working dir subtree has modifications.
22 lines (21 loc) • 477 B
JSON
{
"name": "dev",
"description": "Reruns the given file whenever the current working dir subtree has modifications.",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "git://github.com/iliakan/node-dev.git"
},
"author": {
"name": "Ilya Kantor",
"email": "iliakan@gmail.com",
"url": "http://javascript.info/"
},
"preferGlobal": true,
"bin": {
"node-dev": "./node-dev.sh"
},
"dependencies": {
"inotify": ">= 0.1.6"
}
}