-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 911 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
33
34
35
{
"name": "happy-chat",
"version": "1.0.0",
"description": "Copyright (c) 2019 psu-oss-group",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/psu-oss-group/happy-chat.git"
},
"author": "psu-oss-group",
"license": "MIT",
"bugs": {
"url": "https://github.com/psu-oss-group/happy-chat/issues"
},
"homepage": "https://github.com/psu-oss-group/happy-chat#readme",
"dependencies": {
"express": "^4.17.1",
"express-session": "^1.16.2",
"hbs": "^4.0.4",
"keypress": "^0.2.1",
"node-webcam": "^0.5.0",
"nodemon": "^1.19.1",
"opencv4nodejs": "^5.1.0",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"rollup-plugin-json": "^4.0.0"
}
}