fswatcher
Version:
Um monitor de diretórios que permite executar vários programas
45 lines (31 loc) • 717 B
JSON
{
"name": "fswatcher",
"version": "0.0.8",
"description": "Um monitor de diretórios que permite executar vários programas",
"dependencies": {
"watch": "~0.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/luisgustavolf/FSWatcher.git"
},
"keywords": [
"dir",
"watcher",
"monitor"
],
"preferGlobal": "true",
"main": "fswatcher.js",
"bin" : {
"fswatcher" : "fswatcher.js"
},
"engines": {
"node": "*"
},
"author": "Luis Furtado",
"license": "BSD"
}