-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 864 Bytes
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
{
"name": "algorithm-tutor-web",
"version": "1.0.0",
"description": "알고리즘 튜터 웹사이트 만들기",
"main": "home.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u0jin/Algorithm-Tutor-Web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/u0jin/Algorithm-Tutor-Web/issues"
},
"homepage": "https://github.com/u0jin/Algorithm-Tutor-Web#readme",
"dependencies": {
"body-parser": "^1.14.2",
"connect": "^3.7.0",
"consolidate": "^0.16.0",
"cors": "^2.8.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "~1.13.0",
"iconv": "^3.0.0",
"mustache": "^4.0.1",
"node-static": "^0.7.11",
"serve-favicon": "^2.5.0",
"socket.io": "^2.3.0"
}
}