프로젝트

일반

사용자정보

통계
| 개정판:

hrz_sv / 00.Server / package.json @ 37

이력 | 보기 | 이력해설 | 다운로드 (505 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
    "mongod": "^2.0.0",
19
    "mongoose": "^5.0.10",
20
    "multer": "^1.3.0",
21
    "socket.io": "^2.0.4"
22
  }
23
}