{ "name": "node-js-getting-started", "version": "0.2.6", "description": "A sample Node.js app using Express 4", "engines": { "node": "6.11.1" }, "main": "index.js", "scripts": { "start": "node index.js", "test": "node test.js" }, "dependencies": { "ejs": "2.5.6", "express": "4.15.2" }, "devDependencies": { "request": "^2.81.0", "tape": "^4.7.0" }, "repository": { "type": "git", "url": "https://github.com/heroku/node-js-getting-started" }, "keywords": [ "node", "heroku", "express" ], "license": "MIT" }