-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "algorithms_visualiser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shameekagarwal/Algorithms_Visualiser.git"
},
"author": "shameek",
"license": "ISC",
"bugs": {
"url": "https://github.com/shameekagarwal/Algorithms_Visualiser/issues"
},
"homepage": "https://github.com/shameekagarwal/Algorithms_Visualiser#readme",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootstrap-social": "^5.1.1",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"font-awesome": "^4.7.0",
"googleapis": "^73.0.0",
"jquery": "^3.6.0",
"mongodb": "^3.6.6",
"mongoose": "^5.12.6",
"morgan": "^1.10.0",
"nodemailer": "^6.6.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"session-file-store": "^1.5.0",
"url": "^0.11.0"
}
}