peeper
Version:
it watches your directories silently and creepily
31 lines (30 loc) • 582 B
JSON
{
"name": "peeper",
"version": "0.1.0",
"description": "it watches your directories silently and creepily",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/supershabam/peeper"
},
"keywords": [
"watch",
"fs",
"FSWatcher"
],
"author": "ian@supershabam.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/supershabam/peeper/issues"
},
"dependencies": {
"underscore": "~1.5.1"
},
"devDependencies": {
"tmp": "0.0.20",
"mocha": "~1.12.0"
}
}