diff --git a/package.json b/package.json index b2fb27d..229f6a2 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,32 @@ -{ "name" : "northwatcher" -, "description" : "NorthWatcher is cron for filesystem changes." -, "version" : "0.1.4" -, "homepage" : "http://samhuri.net/proj/NorthWatcher" -, "author" : "Sami Samhuri " -, "repository" : - { "type" : "git" - , "url" : "http://github.com/samsonjs/NorthWatcher.git" - } -, "bugs" : - { "mail" : "sami.samhuri@gmail.com" - , "web" : "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" +{ + "name": "northwatcher", + "description": "NorthWatcher is cron for filesystem changes.", + "version": "0.1.5", + "homepage": "http://samhuri.net/proj/NorthWatcher", + "author": "Sami Samhuri ", + "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" } -} + ], + "dependencies": { + "batteries": "0.4.x" + }, + "devDependencies": {} +} \ No newline at end of file