forked from AnmolkPandey06/Tranquil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "tranquil",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnmolkPandey06/Tranquil.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnmolkPandey06/Tranquil/issues"
},
"homepage": "https://github.com/AnmolkPandey06/Tranquil#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.0-alpha3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"ejs-mate": "^4.0.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"imgur-uploader": "^4.2.1",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"mongoose": "^5.13.15",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-google-oauth2": "^0.2.0",
"passport-local-mongoose": "^8.0.0",
"sqlite3": "^5.1.6"
}
}