-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.46 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
{
"name": "ws108a",
"version": "1.0.0",
"description": "欄位 | 內容\r -----|--------\r 學生 | 黃朝新\r 學號末兩碼 | 05\r 教師 | [陳鍾誠](https://gitlab.com/ccckmit/course/wikis/home)\r 學校科系 | [金門大學資訊工程系](https://www.nqu.edu.tw/educsie/index.php)\r 教材書籍 | [網站設計 -- 採用 Node.js 為 Server 端技術](https://gitlab.com/ccckmit/course/wikis/%E9%99%B3%E9%8D%BE%E8%AA%A0/%E8%AA%B2%E7%A8%8B/%E7%B6%B2%E7%AB%99%E8%A8%AD%E8%A8%88)\r 程式範例 | https://github.com/ccccourse/ws",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asd153866714/ws108a.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/asd153866714/ws108a/issues"
},
"homepage": "https://github.com/asd153866714/ws108a#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.7",
"fs": "0.0.1-security",
"jquery": "^3.5.1",
"koa": "^2.8.2",
"koa-body": "^4.1.1",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-router": "^7.4.0",
"koa-session": "^6.0.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.2",
"markdown-it": "^10.0.0",
"mongodb": "^3.6.0",
"mongoose": "^5.9.14",
"pm2": "^5.3.0",
"socket.io": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}