Skip to content

Commit

Permalink
Pin down package.json dependency versions; correct subway bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
akavlie committed Mar 3, 2012
1 parent d84f3cc commit 84189ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -8,19 +8,19 @@
"version": "0.1.0",
"main": "./lib/subway.js",
"bin": {
"subway": "./bin/subway"
"subway": "./subway"
},
"engines": {
"node": ">=0.4.9"
"node": ">=0.6.1"
},
"dependencies": {
"express": "",
"jade": "",
"connect-assets": "",
"express": "=2.5.2",
"jade": "=0.19.0",
"connect-assets": "=2.1.6",
"irc": "git://github.com/martynsmith/node-irc.git",
"socket.io": "0.9.x-1",
"mongoose": "",
"bcrypt": ""
"mongoose": "=2.5.7",
"bcrypt": "=0.5.0"
},
"noAnalyze": true,
"subdomain": "subway",
Expand Down

0 comments on commit 84189ab

Please sign in to comment.