Skip to content

Commit

Permalink
package.json tweaks for hungry kittens
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Nov 2, 2012
1 parent 40e1b7f commit 10a5910
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions demos/hungry-kittens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"main": "server.js",
"dependencies": {
"mime": "1.2.x",
"websocket": "*",
"optimist": "*"
"websocket": "1.0.x",
"optimist": "0.3.x"
},
"engines": "node >= 0.6.5",
"version": "1.0.0",
"license": "Apache",
"engines": {
"node": "0.8.x"
},
"version": "1.0.0-8",
"subdomain": "hungry-kittens",
"scripts": {
"start": "node server.js"
Expand Down

0 comments on commit 10a5910

Please sign in to comment.