Skip to content

Commit

Permalink
Add licenses and repositories to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgriess committed Jun 29, 2010
1 parent 9a89dbb commit 302a49f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Expand Up @@ -5,5 +5,17 @@
"author" : "Peter Griess <pg@std.in>",
"engines" : {
"node" : "0.1.98 - *"
}
},
"repositories" : [
{
"type" : "git",
"url" : "http://github.com/pgriess/node-websockets-client.git"
}
],
"licenses" : [
{
"type" : "BSD",
"url" : "http://github.com/pgriess/node-websockets-client/blob/master/LICENSE"
}
]
}

0 comments on commit 302a49f

Please sign in to comment.