Specified npm versions instead of latest (*)

This commit is contained in:
Sahat Yalkabov
2014-01-27 07:46:48 -05:00
parent 1824c0a05e
commit 8fd6bf38b6

View File

@ -2,31 +2,30 @@
"name": "hackathon-starter", "name": "hackathon-starter",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"async": "*", "async": "~0.2.10",
"bcrypt": "*", "bcrypt": "~0.7.7",
"cheerio": "*", "cheerio": "~0.13.1",
"connect-flash": "*", "connect-flash": "~0.1.1",
"express": "*", "express": "~3.4.8",
"express-validator": "*", "express-validator": "~1.0.1",
"less-middleware": "*", "fbgraph": "~0.2.8",
"request": "*", "github-api": "~0.7.0",
"jade": "*", "jade": "~1.1.5",
"mongoose": "*", "lastfm": "~0.9.0",
"underscore": "*", "less-middleware": "~0.1.15",
"passport": "*", "mongoose": "~3.8.5",
"passport-oauth": "*", "node-foursquare": "~0.2.0",
"passport-local": "*", "passport": "~0.2.0",
"passport-github": "*", "passport-facebook": "~1.0.2",
"passport-facebook": "*", "passport-github": "~0.1.5",
"passport-twitter": "*", "passport-google-oauth": "~0.1.5",
"passport-google-oauth": "*", "passport-local": "~0.1.6",
"passport-oauth": "~1.0.0",
"lastfm": "*", "passport-twitter": "~1.0.2",
"github-api": "*", "request": "~2.33.0",
"sendgrid": "*", "sendgrid": "~0.4.6",
"tumblr.js": "*", "tumblr.js": "~0.0.4",
"twit": "*", "twit": "~1.1.12",
"fbgraph": "*", "underscore": "~1.5.2"
"node-foursquare": "*"
} }
} }