-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "stickpm-chat",
"version": "1.0.1",
"description": "A feature-rich chatroom application with real-time communication, streaming, polling, and more.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "BadNintendo",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"audit": "^0.0.6",
"compression": "^1.7.4",
"cors": "^2.8.5",
"domexception": "^4.0.0",
"dotenv": "^8.6.0",
"ejs": "^3.1.10",
"express": "^4.17.1",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.0",
"express-socket.io-session": "^1.3.5",
"express-static-gzip": "^2.1.7",
"express-validator": "^7.1.0",
"fix": "^0.0.6",
"geoip-lite": "^1.4.10",
"helmet": "^4.1.1",
"hpp": "^0.2.3",
"jsonfile": "^6.1.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.9.14",
"npm": "^10.9.0",
"sentiment": "^5.0.2",
"socket.io": "^4.0.1",
"xss-clean": "^0.1.4",
"wrtc": "^0.4.7"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"nodemon": "^2.0.7",
"sinon": "^9.2.2"
}
}