restartr
Version:
Restart your process when a file changes.
19 lines (17 loc) • 528 B
JSON
{
"name": "restartr",
"author": "Aaron Blohowiak <aaron.blohowiak@gmail.com>",
"description": "Restart your process when a file changes.",
"keywords": ["restart", "autoload", "reload", "restarter", "command-line", "cli", "terminal"],
"version": "0.1.10",
"homepage": "http://github.com/aaronblohowiak/restartr",
"bin": "restartr",
"repository": {
"type": "git",
"url": "https://github.com/aaronblohowiak/restartr.git"
},
"dependencies" : {
"optimist": ">=0.0.3",
"colors": ">=0.5.0"
}
}