-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 KB
/
package.json
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
{
"name": "cloudbread-admin",
"version": "2.5.0",
"description": "CloudBread 게임 서버 엔진 프로젝트를 통한 게임 운영자(GM)의 역할을 수행할 수 있는 관리자 페이지입니다.",
"main": "server.js",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "6.6.0"
},
"dependencies": {
"body-parser": "~1.13.2",
"compression": "^1.5.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"glob": "^6.0.4",
"method-override": "^2.3.5",
"mongoose": "^4.4.6",
"morgan": "~1.6.1",
"mysql": "^2.10.2",
"named-routes": "^2.0.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"sequelize": "^3.24.3",
"serve-favicon": "~2.3.0",
"tedious": "^1.14.0",
"connect-flash": "^0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/CloudBreadProject/CloudBread-Admin-Web.git"
},
"keywords": [
"cloudbread"
],
"author": "",
"license": "MIT"
}