-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
33
34
35
36
37
38
39
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha ./test/",
"start": "node server.js",
"run": "docker-compose build && docker-compose up"
},
"author": "Siv S",
"license": "ISC",
"dependencies": {
"app-root-path": "^2.1.0",
"bcrypt": "^3.0.3",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"config": "^3.0.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.16.4",
"html-pdf": "^2.2.0",
"html-png-stream": "^1.1.0",
"http-status-codes": "^1.3.0",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.4.9",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"path": "^0.12.7",
"request-promise": "^4.2.2",
"string-template": "^1.0.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.6.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}