-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Mustang_Connect",
"version": "1.0.0",
"description": "CSC 307 Project",
"main": "index.js",
"scripts": {
"MustangConnect": "nodemon Controller/server.js",
"start": "node Controller/server.js",
"dev": "nodemon Controller/server.js",
"test": "mocha --exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"eel": "^0.1.1",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"gridfs-stream": "^1.1.1",
"http": "0.0.1-security",
"method-override": "^3.0.0",
"mocha": "^8.1.2",
"moment": "^2.27.0",
"mongodb": "^3.5.9",
"mongoose": "^5.9.25",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemailer": "^6.4.10",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "^3.0.0",
"pytalk": "^1.0.5",
"pytalk-2": "^2.0.0",
"python-shell": "^2.0.1",
"socket.io": "^2.3.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}