diff --git a/package.json b/package.json index 482a4b6..ec93094 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { - "name" : "daemon", - "version" : "0.3.0", - "description" : "Add-on for creating *nix daemons", - "author": "Arthur (Slashed) ", - "contributors": [ - { "name": "Pedro Teixeira", "email": "pedro.teixeira@gmail.com" }, - { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }, - { "name": "James Halliday", "email": "mail@substack.net" }, - { "name": "Zak Taylor", "email": "zak@dobl.com" }, - { "name": "Daniel Bartlett", "email": "dan@f-box.org" } - ], - "repository" : { - "type" : "git", - "url" : "http://github.com/indexzero/daemon.node.git" - }, - "main": "./lib/daemon", - "scripts" : { - "preinstall" : "node-waf configure build" - }, - "engines" : { - "node" : ">= 0.4.0" - } -} + "name" : "daemon", + "version" : "0.3.1", + "description" : "Add-on for creating *nix daemons", + "author": "Arthur (Slashed) ", + "contributors": [ + { "name": "Pedro Teixeira", "email": "pedro.teixeira@gmail.com" }, + { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }, + { "name": "James Halliday", "email": "mail@substack.net" }, + { "name": "Zak Taylor", "email": "zak@dobl.com" }, + { "name": "Daniel Bartlett", "email": "dan@f-box.org" } + ], + "repository" : { + "type" : "git", + "url" : "http://github.com/indexzero/daemon.node.git" + }, + "main": "./lib/daemon", + "scripts" : { + "preinstall" : "node-waf configure build" + }, + "engines" : { + "node" : ">= 0.4.0" + } +} \ No newline at end of file