forked from FSocietyLK/Automotive-Intelligence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "automotive-intelligence",
"version": "1.0.0",
"description": "An IoT based smart automotive workshop",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "nodemon --inspect=0.0.0.0:9229 app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FSocietyLK/Automotive-Intelligence.git"
},
"author": "FSocietyLK",
"license": "MIT",
"bugs": {
"url": "https://github.com/FSocietyLK/Automotive-Intelligence/issues"
},
"homepage": "https://github.com/FSocietyLK/Automotive-Intelligence#readme",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"google-auth-library": "^7.0.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.4",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.1",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"socket.io": "^4.1.2",
"url": "^0.11.0"
}
}