mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 22:04:06 +02:00
rename web.js to index.js, a la npm defaults
This commit is contained in:
parent
aa66b5c7f9
commit
4f8377fa36
2 changed files with 6 additions and 7 deletions
13
package.json
13
package.json
|
|
@ -1,17 +1,16 @@
|
|||
{
|
||||
"name": "node-js-sample",
|
||||
"version": "0.0.3",
|
||||
"description": "a sample node.js app for heroku",
|
||||
"main": "web.js",
|
||||
"version": "0.1.0",
|
||||
"description": "A sample node.js app for heroku",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "~3.4.x"
|
||||
"express": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x",
|
||||
"npm": "1.3.x"
|
||||
"node": "0.10.x"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue