UNPKG

watcher_lib

Version:

A library that can watch a directory and recompile files if they change. Can be used to build watcher applications such as less-watcher or coffee-watcher.

28 lines (23 loc) 754 B
{ "name": "watcher_lib", "description": "A library that can watch a directory and recompile files if they change. Can be used to build watcher applications such as less-watcher or coffee-watcher.", "keywords": ["less", "coffee", "reload", "watch", "recompile", "css"], "author": "amix", "version": "1.2.0", "dependencies": { "commander": "0.6.0", "async": "0.2.10", "partial": "0.0.3" }, "licenses": [{ "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" }], "engines": { "node": ">=0.2.0" }, "directories": { "lib" : "./lib" }, "main" : "./lib/watcher_lib.js" }