-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.54 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "y",
"version": "1.0.0",
"description": "<div align=\"center\">",
"main": "app.js",
"dependencies": {
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow-models/face-landmarks-detection": "0.0.3",
"@tensorflow/tfjs": "^3.13.0",
"@tensorflow/tfjs-backend-cpu": "^3.13.0",
"@tensorflow/tfjs-backend-wasm": "^3.13.0",
"@tensorflow/tfjs-backend-webgl": "^3.13.0",
"@tensorflow/tfjs-converter": "^3.13.0",
"@tensorflow/tfjs-core": "^3.13.0",
"@tensorflow/tfjs-node-gpu": "^1.7.4",
"alert": "^5.0.10",
"async": "^3.2.0",
"aws-sdk": "^2.703.0",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.27.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.1.7-alpha.3",
"express-recaptcha": "^5.0.1",
"express-session": "^1.17.2",
"express-validator": "^5.3.0",
"face-api.js": "^0.22.2",
"formdata-polyfill": "^3.0.19",
"geocoder": "^0.2.3",
"googleapis": "^92.0.0",
"html-pdf": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"memorystore": "^1.6.7",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.9.19",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"node-webcam": "^0.8.0",
"nodemailer": "^6.4.10",
"nodemon": "^2.0.15",
"p5": "^1.4.1",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"passport-one-session-per-user": "^1.0.3",
"promise-polyfill": "8.1.3",
"razorpay": "^2.0.6",
"req-flash": "0.0.3",
"shortid": "^2.2.15",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.1",
"time-stamp": "^2.2.0",
"webcam-easy": "^1.0.5",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SanyamSavla/Automatic-proctoring-system_BE-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SanyamSavla/Automatic-proctoring-system_BE-Project/issues"
},
"homepage": "https://github.com/SanyamSavla/Automatic-proctoring-system_BE-Project#readme"
}