mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-04-27 15:07:46 +00:00
version 0.1.5
This commit is contained in:
parent
72993faa34
commit
e6cb31244a
1 changed files with 31 additions and 22 deletions
51
package.json
51
package.json
|
|
@ -1,23 +1,32 @@
|
||||||
{ "name" : "northwatcher"
|
{
|
||||||
, "description" : "NorthWatcher is cron for filesystem changes."
|
"name": "northwatcher",
|
||||||
, "version" : "0.1.4"
|
"description": "NorthWatcher is cron for filesystem changes.",
|
||||||
, "homepage" : "http://samhuri.net/proj/NorthWatcher"
|
"version": "0.1.5",
|
||||||
, "author" : "Sami Samhuri <sami@samhuri.net>"
|
"homepage": "http://samhuri.net/proj/NorthWatcher",
|
||||||
, "repository" :
|
"author": "Sami Samhuri <sami@samhuri.net>",
|
||||||
{ "type" : "git"
|
"repository": {
|
||||||
, "url" : "http://github.com/samsonjs/NorthWatcher.git"
|
"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"
|
||||||
}
|
}
|
||||||
, "bugs" :
|
],
|
||||||
{ "mail" : "sami.samhuri@gmail.com"
|
"dependencies": {
|
||||||
, "web" : "http://github.com/samsonjs/NorthWatcher/issues"
|
"batteries": "0.4.x"
|
||||||
}
|
},
|
||||||
, "bin" : { "northwatcher" : "./northwatcher.js" }
|
"devDependencies": {}
|
||||||
, "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" }
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue