Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit e1e21ec

Browse files
committed
update package.json
1 parent 437f901 commit e1e21ec

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
{
2-
"name": "node-example",
2+
"name": "node-js-sample",
33
"version": "0.0.1",
4+
"description": "a sample node.js app for heroku",
5+
"main": "web.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
49
"dependencies": {
510
"express": "2.5.x"
611
},
712
"engines": {
813
"node": "0.8.x",
914
"npm": "1.1.x"
10-
}
11-
}
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/heroku/node-js-sample"
19+
},
20+
"keywords": [
21+
"node",
22+
"heroku"
23+
],
24+
"author": "Mark Pundsack",
25+
"license": "BSD",
26+
"gitHead": "90fd58e343c29e54fc1d4e19036595500b2bdc21"
27+
}

0 commit comments

Comments
 (0)