Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Jul 5, 2013
1 parent 437f901 commit e1e21ec
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
{
"name": "node-example",
"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": "2.5.x"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-sample"
},
"keywords": [
"node",
"heroku"
],
"author": "Mark Pundsack",
"license": "BSD",
"gitHead": "90fd58e343c29e54fc1d4e19036595500b2bdc21"
}

0 comments on commit e1e21ec

Please sign in to comment.