root / HServer / 00.Server / 00.Program / package.json @ 54
이력 | 보기 | 이력해설 | 다운로드 (597 Bytes)
1 |
{ |
---|---|
2 |
"name": "horizon", |
3 |
"version": "1.0.0", |
4 |
"description": "", |
5 |
"main": "app.js", |
6 |
"scripts": {
|
7 |
"test": "echo \"Error: no test specified\" && exit 1" |
8 |
}, |
9 |
"author": "", |
10 |
"license": "ISC", |
11 |
"dependencies": {
|
12 |
"cookie-parser": "^1.4.3", |
13 |
"cors": "^2.8.4", |
14 |
"express": "^4.16.3", |
15 |
"express-error-handler": "^1.1.0", |
16 |
"express-session": "^1.15.6", |
17 |
"ftp-srv": "^2.16.0", |
18 |
"ip": "^1.1.5", |
19 |
"mongod": "^2.0.0", |
20 |
"mongoose": "^5.0.10", |
21 |
"multer": "^1.3.0", |
22 |
"multiparty": "^4.1.3", |
23 |
"npm": "^5.3.0", |
24 |
"rmdir": "^1.2.0", |
25 |
"socket.io": "^2.0.4" |
26 |
} |
27 |
} |