-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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
44
45
46
47
48
{
"name": "studyRestAPI",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "NODE_PATH=index nodemon --watch index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"-": "0.0.1",
"amdefine": "^1.0.1",
"apidoc": "^0.29.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"config.js": "^0.1.0",
"crypto": "^1.0.1",
"data-utils": "0.0.2",
"date-utils": "^1.2.21",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-status-monitor": "^1.3.3",
"express-timeout-handler": "^2.2.2",
"http-auth": "^4.1.9",
"http-status-codes": "^2.1.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.14",
"multer": "^1.4.3",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"pm2": "^5.1.1",
"sharp": "^0.29.1",
"socket.io": "^4.4.0",
"url": "^0.11.0"
},
"apidoc": {
"name": "2021 디지털콘텐츠경진대회 Survirun API",
"version": "1.0.0",
"description": "",
"title": "Survirun API",
"url": "https://dicon21.2tle.io"
}
}