Skip to content

Commit

Permalink
[dist] Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 25, 2011
1 parent cd38176 commit ce60d6e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
@@ -1,24 +1,24 @@
{
"name" : "daemon",
"version" : "0.3.0",
"description" : "Add-on for creating *nix daemons",
"author": "Arthur (Slashed) <arthur@norgic.com>",
"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) <arthur@norgic.com>",
"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"
}
}

0 comments on commit ce60d6e

Please sign in to comment.