-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "fuelupeducation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"accesscontrol": "^2.2.1",
"aws-sdk": "^2.800.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"config": "^3.3.2",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-validation": "^3.0.6",
"express-validator": "^6.9.2",
"formidable": "^1.2.2",
"fs": "^0.0.1-security",
"http": "0.0.1-security",
"joi": "^17.3.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.11",
"multer": "^1.4.2",
"path": "^0.12.7",
"peer": "^0.5.3",
"peerjs": "^1.3.1",
"socket.io": "^3.0.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}