0f24a75183
./package.json:530995/1427 ./server.js:530995/873 ./room.js:530995/325
30 lines
732 B
JSON
30 lines
732 B
JSON
{
|
|
"//1": "describes your app and its dependencies",
|
|
"//2": "https://docs.npmjs.com/files/package.json",
|
|
"//3": "updating this file will download and update your packages",
|
|
"name": "hello-express",
|
|
"version": "0.0.1",
|
|
"description": "A simple Node app built on Express, instantly up and running.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-handlebars": "^4.0.3",
|
|
"body-parser": "^1.19.0",
|
|
"express-fingerprint": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": "12.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://glitch.com/edit/#!/hello-express"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"glitch",
|
|
"express"
|
|
]
|
|
} |