mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-03-25 09:25:48 +00:00
33 lines
No EOL
787 B
JSON
33 lines
No EOL
787 B
JSON
{
|
|
"name": "northwatcher",
|
|
"description": "NorthWatcher is cron for filesystem changes.",
|
|
"version": "0.1.9",
|
|
"homepage": "http://samhuri.net/proj/NorthWatcher",
|
|
"author": "Sami Samhuri <sami@samhuri.net>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/samsonjs/NorthWatcher.git"
|
|
},
|
|
"bugs": {
|
|
"email": "sami.samhuri@gmail.com",
|
|
"url": "http://github.com/samsonjs/NorthWatcher/issues"
|
|
},
|
|
"bin": {
|
|
"northwatcher": "./northwatcher.js"
|
|
},
|
|
"main": "./northwatcher.js",
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/samsonjs/NorthWatcher/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"batteries": "0.4.x",
|
|
"optimist": "0.2.x"
|
|
},
|
|
"devDependencies": {}
|
|
} |