Skip to content

Commit

Permalink
Add more meta information to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Torres committed May 21, 2010
1 parent 8e88df0 commit e08d103
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
@@ -1,6 +1,13 @@
{
"name": "winked",
"description": "A suggestive CommonJS linked list implementation",
"version": "0.1.0",
"author": "Devin Torres <devin@devintorres.com>"
"description": "A suggestive CommonJS linked list implementation",
"site": "http://github.com/devinus/winked",
"author": "Devin Torres <devin@devintorres.com>",

"repositories": [
{ "type": "git", "url": "git://github.com/devinus/winked.git" }
],

"licenses": [{ "type": "MIT" }]
}

0 comments on commit e08d103

Please sign in to comment.