NorthWatcher/package.json
2012-02-24 20:42:30 -08:00

33 lines
788 B
JSON

{
"name": "northwatcher",
"description": "NorthWatcher is cron for filesystem changes.",
"version": "0.2.0",
"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": {}
}