-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "attendee-page-ui",
"version": "1.0.1",
"description": "[![HitCount](http://hits.dwyl.com/Git-Commit-Show/attendee-page-ui.svg)](http://hits.dwyl.com/Git-Commit-Show/attendee-page-ui)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Git-Commit-Show/attendee-page-ui.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"npm": "^6.14.5",
"redis": "^3.0.2",
"socket.io": "^2.3.0",
"update": "^0.7.4"
},
"bugs": {
"url": "https://github.com/Git-Commit-Show/attendee-page-ui/issues"
},
"homepage": "https://github.com/Git-Commit-Show/attendee-page-ui#readme"
}