Skip to content

Commit

Permalink
Stick 0.4 package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Nov 6, 2014
1 parent 8dafcd2 commit 4bab7ee
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "stick",
"version": "0.3.0",
"version": "0.4.0",
"description": "A modular JSGI middleware composition toolkit",
"homepage": "http://hns.github.com/stick/",
"homepage": "https://github.com/ringo/stick/",
"keywords": [
"commonjs",
"jsgi"
"jsgi",
"webdevelopment"
],
"author": "Hannes Wallnöfer <hannesw@gmail.com>",
"contributors": [
Expand All @@ -20,18 +21,18 @@
"repositories": [
{
"type": "git",
"url": "git://github.com/hns/stick.git"
"url": "git://github.com/ringo/stick.git"
}
],
"bugs": "http://github.com/hns/stick/issues",
"bugs": "http://github.com/ringo/stick/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hns/stick/blob/master/LICENSE"
"url": "https://github.com/ringo/stick/blob/master/LICENSE"
}
],
"engines": {
"ringojs": ">= 0.9"
"ringojs": ">= 0.10"
},
"main": "lib/stick.js"
}

0 comments on commit 4bab7ee

Please sign in to comment.