diff --git a/package.json b/package.json index ff51a0d..eb1fabf 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { "name" : "northwatcher" , "description" : "NorthWatcher is cron for filesystem changes." , "version" : "0.1.3" -, "homepage" : "http://samhuri.net/proj/northwatcher" +, "homepage" : "http://samhuri.net/proj/NorthWatcher" , "author" : "Sami Samhuri " , "repository" : { "type" : "git" - , "url" : "http://github.com/samsonjs/northwatcher.git" + , "url" : "http://github.com/samsonjs/NorthWatcher.git" } , "bugs" : { "mail" : "sami.samhuri@gmail.com" - , "web" : "http://github.com/samsonjs/northwatcher/issues" + , "web" : "http://github.com/samsonjs/NorthWatcher/issues" } , "bin" : { "northwatcher" : "./northwatcher.js" } , "main" : "./northwatcher.js" , "engines" : { "node" : ">=0.4.0" } , "licenses" : [ { "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" }