{ "name": "tend", "version": "0.4.1", "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 (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" } }