update node version and dependencies

main
Jon Mountjoy 8 years ago
parent d896235f26
commit b85a326ad1

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

Loading…
Cancel
Save