Skip to content

Commit

Permalink
pin version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Sep 27, 2011
1 parent 31d799b commit 711afbb
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions package.json
Expand Up @@ -12,22 +12,21 @@
, "url": "git://github.com/epeli/androidircshare-server.git"
}
, "dependencies": {
"coffee-script": ""
, "kue": ""
"coffee-script": "1.1.2"
, "kue": "0.3.1"
, "irc": ""
, "winston": ""
, "gm": ""
, "express": ""
, "express-share": ""
, "jade": ""
, "cluster": ""
, "markdown-js": ""
, "redis": ""
, "canvas": ""
, "connect-form": ""
, "stylus": ""
, "nib": ""
, "underscore": ""
, "underscore.string": ""
, "gm": "0.5.0"
, "express": "2.4.6"
, "jade": "0.16.0"
, "cluster": "0.7.5"
, "markdown-js": "0.0.3"
, "redis": "0.6.7"
, "connect-form": "0.2.1"
, "stylus": "0.15.1"
, "piles": ""
, "nib": "0.2.0"
, "underscore": "1.1.7"
, "underscore.string": "1.1.6"
, "winston": "0.5.3"
}
}

0 comments on commit 711afbb

Please sign in to comment.