manta-dir-watcher
Version:
watch a Manta directory for file changes
34 lines (31 loc) • 900 B
JSON
{
"name": "manta-dir-watcher",
"version": "1.3.0",
"description": "watch a Manta directory for file changes",
"author": "Joyent (http://www.joyent.com)",
"main": "./lib/manta-dir-watcher.js",
"homepage": "https://github.com/joyent/node-manta-dir-watcher",
"repository": {
"type": "git",
"url": "https://github.com/joyent/node-match-dir-watcher.git"
},
"engines": ["node >=0.10.0"],
"keywords": ["manta", "watch"],
"license": "MPL-2.0",
"dependencies": {
"assert-plus": "^1.0.0",
"bunyan": "^1.8.1",
"dashdash": "^1.14.0",
"manta": "^3.0.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.2",
"tabula": "^1.8.0",
"vasync": "^1.6.4",
"verror": "^1.6.0",
"vstream": "^0.1.0"
},
"devDependencies": {
"eslint": "2.13.1",
"tape": "^4.6.0"
}
}