Skip to content

Commit

Permalink
Add additional info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Jan 30, 2012
1 parent b2aca2f commit f54fcbb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"author": "Tim Oxley <secoif@gmail.com> (unit.io)",
"name": "enode",
"description": "Easier interface to dnode.",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"url": ""
"type": "git",
"url": "git@github.com:timoxley/enode.git"
},
"main": "index.js",
"scripts": {
Expand All @@ -19,5 +20,7 @@
"underscore": "~1.3.1",
"dnode": "~0.9.6"
},
"devDependencies": {}
"devDependencies": {},
"optionalDependencies": {},
"homepage": "https://github.com/timoxley/enode"
}

0 comments on commit f54fcbb

Please sign in to comment.