-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 924 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
{
"name": "reddit",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bcrypt-nodejs": "^0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.1",
"bootstrap": "^5.1.3",
"config": "^3.3.7",
"debug": "^4.3.3",
"express": "^4.17.2",
"express-session": "^1.17.2",
"joi": "^17.5.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"mongoose": "^6.1.7",
"pug": "^3.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MohammadmehdiKhani/reddit.git"
},
"bugs": {
"url": "https://github.com/MohammadmehdiKhani/reddit/issues"
},
"homepage": "https://github.com/MohammadmehdiKhani/reddit#readme",
"description": ""
}