-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 801 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 801 Bytes
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
{
"name": "coc",
"version": "1.0.0",
"description": "clock of change api",
"main": "server.js",
"scripts": {
"start": "nodemon -L server.js"
},
"author": "Sebastian Koch",
"license": "GPL-2.0",
"repository": "https://team.human-connection.org/bitbucket/scm/coc/clock-of-change-api.git",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"db-migrate": "^0.11.5",
"db-migrate-mysql": "^1.1.10",
"ejs": "^2.7.4",
"email-templates": "^7.0.5",
"express": "^4.17.1",
"formidable": "^1.2.2",
"moment": "^2.27.0",
"mysql": "^2.18.1",
"nodemailer": "^4.7.0",
"nodemailer-smtp-transport": "^2.7.4",
"q": "^1.5.1",
"sharp": "^0.25.4",
"validator": "^13.1.1"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}