Switched to carret version that automatically fetches latest MAJOR version
This commit is contained in:
74
package.json
74
package.json
@ -10,45 +10,45 @@
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~0.7.0",
|
||||
"bcrypt-nodejs": "~0.0.3",
|
||||
"cheerio": "~0.15.0",
|
||||
"clockwork": "~0.1.1",
|
||||
"connect-assets": "~3.0.0-beta2",
|
||||
"connect-mongo": "~0.4.0",
|
||||
"csso": "~1.3.11",
|
||||
"async": "^0.7.0",
|
||||
"bcrypt-nodejs": "^0.0.3",
|
||||
"cheerio": "^0.15.0",
|
||||
"clockwork": "^0.1.1",
|
||||
"connect-assets": "^3.0.0-beta2",
|
||||
"connect-mongo": "^0.4.0",
|
||||
"csso": "^1.3.11",
|
||||
"express": "^4.0.0",
|
||||
"express-flash": "~0.0.2",
|
||||
"express-validator": "~2.1.1",
|
||||
"fbgraph": "~0.2.10",
|
||||
"github-api": "~0.7.0",
|
||||
"jade": "~1.3.0",
|
||||
"lastfm": "~0.9.0",
|
||||
"less": "~1.7.0",
|
||||
"mongoose": "~3.8.8",
|
||||
"node-foursquare": "~0.2.0",
|
||||
"node-linkedin": "~0.1.5",
|
||||
"nodemailer": "~0.6.1",
|
||||
"passport": "~0.2.0",
|
||||
"passport-facebook": "~1.0.3",
|
||||
"passport-github": "~0.1.5",
|
||||
"passport-google-oauth": "~0.1.5",
|
||||
"passport-linkedin-oauth2": "~1.1.1",
|
||||
"passport-local": "~1.0.0",
|
||||
"passport-oauth": "~1.0.0",
|
||||
"passport-twitter": "~1.0.2",
|
||||
"paypal-rest-sdk": "~0.7.0",
|
||||
"request": "~2.34.0",
|
||||
"tumblr.js": "~0.0.4",
|
||||
"twilio": "~1.6.0",
|
||||
"twit": "~1.1.12",
|
||||
"underscore": "~1.6.0",
|
||||
"uglify-js": "~2.4.12",
|
||||
"validator": "~3.8.0",
|
||||
"express-flash": "^0.0.2",
|
||||
"express-validator": "^2.1.1",
|
||||
"fbgraph": "^0.2.10",
|
||||
"github-api": "^0.7.0",
|
||||
"jade": "^1.3.0",
|
||||
"lastfm": "^0.9.0",
|
||||
"less": "^1.7.0",
|
||||
"mongoose": "^3.8.8",
|
||||
"node-foursquare": "^0.2.0",
|
||||
"node-linkedin": "^0.1.5",
|
||||
"nodemailer": "^0.6.1",
|
||||
"passport": "^0.2.0",
|
||||
"passport-facebook": "^1.0.3",
|
||||
"passport-github": "^0.1.5",
|
||||
"passport-google-oauth": "^0.1.5",
|
||||
"passport-linkedin-oauth2": "^1.1.1",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-oauth": "^1.0.0",
|
||||
"passport-twitter": "^1.0.2",
|
||||
"paypal-rest-sdk": "^0.7.0",
|
||||
"request": "^2.34.0",
|
||||
"tumblr.js": "^0.0.4",
|
||||
"twilio": "^1.6.0",
|
||||
"twit": "^1.1.12",
|
||||
"underscore": "^1.6.0",
|
||||
"uglify-js": "^2.4.12",
|
||||
"validator": "^3.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.18.2",
|
||||
"chai": "~1.9.1",
|
||||
"supertest": "~0.10.0"
|
||||
"mocha": "^1.18.2",
|
||||
"chai": "^1.9.1",
|
||||
"supertest": "^0.10.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user