Skip to content

Commit

Permalink
Fixed Bug #12
Browse files Browse the repository at this point in the history
  • Loading branch information
koostudios committed Apr 20, 2012
1 parent f995a52 commit aec4e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -13,13 +13,13 @@
"engines": {"node": ">=0.6.12"},
"main": "server.js",
"dependencies": {
"coffee-script" : "1.2.x",
"express" : "0.5.x",
"coffee-script" : "1.2.x",
"express" : "2.5.x",
"jade" : "0.20.x",
"cradle" : "0.5.x",
"moment" : "1.5.x",
"passport" : "0.1.x",
"passport-local": "0.1.x"
"passport-local" : "0.1.x"
},
"license": "MIT"
}

0 comments on commit aec4e6a

Please sign in to comment.