-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 977 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
36
37
38
39
40
{
"name": "crypt",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"crypt": "nodemon server",
"test": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tensorflow-models/posenet": "^2.2.1",
"axios": "^0.19.2",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"formidable": "^1.2.1",
"html-sanitize": "^1.1.5",
"logger": "0.0.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"node-fetch": "^2.6.0",
"nodemailer": "^6.3.1",
"nodemon": "^1.19.4",
"request": "^2.81.0",
"sanitize-html": "^1.20.1",
"shortid": "^2.2.15",
"sqlite3": "^5.0.0",
"string-to-json": "^0.1.0"
}
}