-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "sejsbook",
"version": "0.0.1",
"description": "《軟體工程 -- 以 node.js 為例》的書籍範例程式",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cccbook/sejs.git"
},
"keywords": [
"Software",
"Engineering"
],
"author": "ccckmit",
"license": "MIT",
"bugs": {
"url": "https://github.com/cccbook/sejs/issues"
},
"homepage": "https://github.com/cccbook/sejs#readme",
"dependencies": {
"bipartite-matching": "^1.0.0",
"crypto-js": "^3.1.9-1",
"graph-theory-ford-fulkerson": "^1.0.0",
"j6": "^1.0.2",
"koa": "^2.8.1",
"koa-body": "^4.1.1",
"koa-helmet": "^5.1.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.15",
"mongoose": "^5.7.12",
"puppeteer": "^1.20.0",
"socket.io": "^2.3.0",
"supertest": "^3.3.0",
"underscore": "^1.9.1",
"yasmij": "^0.2.6"
},
"devDependencies": {
"should": "^13.2.3"
}
}