mirror of
https://github.com/demostf/demoserver.git
synced 2026-06-03 13:54:12 +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",
|
"name": "node-js-sample",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"description": "a sample node.js app for heroku",
|
"description": "A sample node.js app for heroku",
|
||||||
"main": "web.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "~3.4.x"
|
"express": "^4.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.10.x",
|
"node": "0.10.x"
|
||||||
"npm": "1.3.x"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue