Specified npm versions instead of latest (*)
This commit is contained in:
51
package.json
51
package.json
@ -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": "*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user