update node version and dependencies

main
Jon Mountjoy 8 years ago
parent d896235f26
commit b85a326ad1

@ -1,18 +1,18 @@
{ {
"name": "node-js-getting-started", "name": "node-js-getting-started",
"version": "0.1.5", "version": "0.2.5",
"description": "A sample Node.js app using Express 4", "description": "A sample Node.js app using Express 4",
"engines": {
"node": "5.9.1"
},
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"
}, },
"dependencies": { "dependencies": {
"ejs": "2.3.3", "ejs": "2.4.1",
"express": "4.13.3" "express": "4.13.3"
}, },
"engines": {
"node": "0.12.7"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heroku/node-js-getting-started" "url": "https://github.com/heroku/node-js-getting-started"

Loading…
Cancel
Save