You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
500 B

{
"name": "node-js-sample",
"version": "0.0.1",
"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"
}