update node.js and npm versions to edge and update package.json

This commit is contained in:
Michael Q Larson
2015-01-21 14:37:10 -08:00
parent 9385b666e3
commit 87625387ff

View File

@ -6,8 +6,8 @@
"url": "https://github.com/freecodecamp/freecodecamp.git" "url": "https://github.com/freecodecamp/freecodecamp.git"
}, },
"engines": { "engines": {
"node": "0.10.29", "node": "0.10.35",
"npm": "1.4.16" "npm": "2.3.0"
}, },
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",
@ -46,6 +46,7 @@
"mongoose": "^3.8.19", "mongoose": "^3.8.19",
"morgan": "^1.5.0", "morgan": "^1.5.0",
"newrelic": "^1.13.3", "newrelic": "^1.13.3",
"node": "0.0.0",
"node-foursquare": "^0.2.1", "node-foursquare": "^0.2.1",
"node-linkedin": "^0.3.4", "node-linkedin": "^0.3.4",
"node-rest-client": "^1.4.3", "node-rest-client": "^1.4.3",