CLI Tool to run a command when files in a directory have changed
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

38 lines
818 B

{
"name": "tend",
"version": "0.3.0",
"description": "CLI Tool to run a command when a file changes",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/brettlangdon/tend.git"
},
"keywords": [
"tend",
"watch",
"cli",
"file",
"command",
"make",
"makefile"
],
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brettlangdon/tend/issues"
},
"homepage": "https://github.com/brettlangdon/tend",
"dependencies": {
"watch": "~0.10.0",
"docopt": "~0.4.0",
"colors": "~0.6.2",
"shell-quote": "^1.4.1",
"rc": "^0.4.0"
},
"bin": {
"tend": "bin/tend"
}
}