Skip to content

Commit

Permalink
Update package.json, add repository item
Browse files Browse the repository at this point in the history
  • Loading branch information
hns committed Feb 22, 2012
1 parent c63a56e commit 546a769
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
@@ -1,8 +1,9 @@
{
"name": "stick",
"version": "0.1.0",
"description": "JSGI based webapp framework",
"keywords": ["commonjs", "jsgi"],
"author": "Hannes Wallnöfer (http://hns.github.com/) <hannes@helma.at>",
"main": "./lib/stick.js"
"name": "stick",
"version": "0.1.0",
"description": "A modular JSGI middleware composition toolkit",
"keywords": ["commonjs", "jsgi"],
"author": "Hannes Wallnöfer <hannes@helma.at>",
"repository": {"type": "git", "url": "git://github.com/hns/stick.git"},
"main": "lib/stick.js"
}

0 comments on commit 546a769

Please sign in to comment.