-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 940 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
{
"name": "handlebarsstarter",
"version": "1.0.0",
"description": "Handlebars starter estelle15000",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/estelle15000/HandlebarsStarter.git"
},
"keywords": [
"node",
"handlebars",
"starter"
],
"author": "estelle15000",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/estelle15000/HandlebarsStarter/issues"
},
"homepage": "https://github.com/estelle15000/HandlebarsStarter#readme",
"dependencies": {
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"handlebars": "^4.7.7",
"hbs": "^4.2.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
"save": "^2.4.0",
"sqlite3": "^5.0.2"
}
}