mirror of
https://github.com/samsonjs/NorthWatcher.git
synced 2026-04-27 15:07:46 +00:00
update URLs now that it is public
This commit is contained in:
parent
e8285daee3
commit
fe94fd5244
1 changed files with 4 additions and 4 deletions
|
|
@ -1,22 +1,22 @@
|
||||||
{ "name" : "northwatcher"
|
{ "name" : "northwatcher"
|
||||||
, "description" : "NorthWatcher is cron for filesystem changes."
|
, "description" : "NorthWatcher is cron for filesystem changes."
|
||||||
, "version" : "0.1.3"
|
, "version" : "0.1.3"
|
||||||
, "homepage" : "http://samhuri.net/proj/northwatcher"
|
, "homepage" : "http://samhuri.net/proj/NorthWatcher"
|
||||||
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||||
, "repository" :
|
, "repository" :
|
||||||
{ "type" : "git"
|
{ "type" : "git"
|
||||||
, "url" : "http://github.com/samsonjs/northwatcher.git"
|
, "url" : "http://github.com/samsonjs/NorthWatcher.git"
|
||||||
}
|
}
|
||||||
, "bugs" :
|
, "bugs" :
|
||||||
{ "mail" : "sami.samhuri@gmail.com"
|
{ "mail" : "sami.samhuri@gmail.com"
|
||||||
, "web" : "http://github.com/samsonjs/northwatcher/issues"
|
, "web" : "http://github.com/samsonjs/NorthWatcher/issues"
|
||||||
}
|
}
|
||||||
, "bin" : { "northwatcher" : "./northwatcher.js" }
|
, "bin" : { "northwatcher" : "./northwatcher.js" }
|
||||||
, "main" : "./northwatcher.js"
|
, "main" : "./northwatcher.js"
|
||||||
, "engines" : { "node" : ">=0.4.0" }
|
, "engines" : { "node" : ">=0.4.0" }
|
||||||
, "licenses" :
|
, "licenses" :
|
||||||
[ { "type" : "MIT"
|
[ { "type" : "MIT"
|
||||||
, "url" : "http://github.com/samsonjs/northwatcher/raw/master/LICENSE"
|
, "url" : "http://github.com/samsonjs/NorthWatcher/raw/master/LICENSE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
, "dependencies" : { "batteries" : "0.2.x" }
|
, "dependencies" : { "batteries" : "0.2.x" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue