-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.28 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.28 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
{
"name": "AVServer",
"version": "0.0.0",
"description": "AVServer\r ============== URL 정보 ==============\r 1. 로그인 페이지 : /\r -> 리턴정보 : {title}\r 2. 로그인 결과 : /login.av\r -> 입력값 : id, password\r -> 리턴정보정상 : {auth} -> Session Info {USER_NM, USER_ID}\r -> 리턴정보에러 : {errCode(String), errName(String)}\r 3. 게시판 리스트 : /AvBoard/list.av\r 4. 게시판 글쓰기 : /AvBoard/write.av\r 5. 게시판 글삭제 : /AvBoard/delete.av\r 6. 게시판 글수정 : /AvBoard/update.av\r 7. 게시판 업로드 : /AvBoard/uploading.av",
"main": "app.js",
"dependencies": {
"async": "*",
"body-parser": "^1.0.2",
"cookie-parser": "^1.0.1",
"debug": "^0.7.4",
"ejs": "^0.8.8",
"express": "^4.2.0",
"express-session": "^1.6.1",
"morgan": "^1.0.1",
"mysql": "^2.3.2",
"static-favicon": "^1.0.2",
"winston": "*",
"xml-digester": "^0.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Cooooe/AVServer"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cooooe/AVServer/issues"
},
"homepage": "https://github.com/Cooooe/AVServer"
}