-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (41 loc) · 975 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
38
39
40
41
42
43
{
"name": "tamani",
"version": "1.0.0",
"description": "nandy's webpage",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidinho223/tamani.git"
},
"author": "Sidi Diaby",
"license": "ISC",
"bugs": {
"url": "https://github.com/sidinho223/tamani/issues"
},
"engines": {
"node":"v12.14.0"
},
"homepage": "https://github.com/sidinho223/tamani#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-sanitizer": "^1.0.5",
"express-session": "^1.17.0",
"handlebars": "^4.7.3",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.10",
"method-override": "^3.0.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.4",
"pg": "^7.18.2"
}
}