{ "name": "node-js-sample", "version": "0.0.2", "description": "a sample node.js app for heroku", "main": "web.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "express": "~3.3.4" }, "repository": { "type": "git", "url": "https://github.com/heroku/node-js-sample" }, "keywords": [ "node", "heroku" ], "author": "Mark Pundsack", "license": "BSD", "gitHead": "90fd58e343c29e54fc1d4e19036595500b2bdc21" }