We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa66b5c commit 4f8377fCopy full SHA for 4f8377f
web.js renamed to index.js
package.json
@@ -1,17 +1,16 @@
1
{
2
"name": "node-js-sample",
3
- "version": "0.0.3",
4
- "description": "a sample node.js app for heroku",
5
- "main": "web.js",
+ "version": "0.1.0",
+ "description": "A sample node.js app for heroku",
+ "main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start": "node index.js"
8
},
9
"dependencies": {
10
- "express": "~3.4.x"
+ "express": "^4.0.0"
11
12
"engines": {
13
- "node": "0.10.x",
14
- "npm": "1.3.x"
+ "node": "0.10.x"
15
16
"repository": {
17
"type": "git",
0 commit comments