{ "name": "tend", "version": "0.1.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" ], "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" }, "bin": { "tend": "bin/tend" } }