-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "freshdetect",
"version": "1.0.0",
"description": "Full Stack Web App for IoT based Smart Shipping Container to control food supply by tackling supply chain inefficiencies.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QasimWani/FreshDetect-2.0.git"
},
"keywords": [
"FreshDetect",
"Save_the_world",
"BCI"
],
"author": "Qasim Wani",
"license": "MIT",
"bugs": {
"url": "https://github.com/QasimWani/FreshDetect-2.0/issues"
},
"homepage": "https://github.com/QasimWani/FreshDetect-2.0#readme",
"dependencies": {
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"cloudinary": "^1.18.1",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-session": "^1.4.0",
"crypto-random-string": "^3.1.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-http-to-https": "^1.1.4",
"express-sanitizer": "^1.0.5",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"memorystore": "^1.6.1",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.8.7",
"multer": "^1.4.2",
"nodemailer": "^6.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"path": "^0.12.7",
"request": "^2.88.0"
}
}