watch_reapp
Version:
Restarts your nodejs app when you save a file in your specified directory.
34 lines (33 loc) • 638 B
JSON
{
"name": "watch_reapp",
"version": "1.1.9",
"description": "Restarts your nodejs app when you save a file in your specified directory.",
"main": "watch_reapp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"watch",
"watcher",
"monitor",
"file",
"directory",
"auto-restart",
"monitor",
"development",
"reload",
"restart",
"start",
"run",
"modify"
],
"repository": {
"type": "git",
"url": "watch_reapp"
},
"author": "mattias lemmens",
"license": "ISC",
"dependencies": {
"on-file-change": "^0.1.0"
}
}