forked from leela-zero/leela-zero-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 927 Bytes
/
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
{
"name": "leela_zero_server",
"version": "1.0.0",
"description": "Leela Zero Server",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gcp/leela-zero-server.git"
},
"author": "",
"license": "AGPL-3.0-or-later",
"dependencies": {
"async": "^2.5.0",
"async-lock": "^1.1.2",
"body-parser": "^1.18.2",
"busboy": "^0.2.14",
"cacheman": "^2.2.1",
"debug": "^3.1.0",
"express": "^4.16.2",
"express-fileupload": "^0.3.0",
"express-ipfilter": "^0.3.1",
"fs-extra": "^4.0.2",
"hex2dec": "^1.0.1",
"maxmind": "^2.3.0",
"moment": "^2.21.0",
"mongodb": "^2.2.33",
"nodemon": "^1.14.11",
"pug": "^2.0.0-rc.4",
"retricon-without-canvas": "^1.0.0",
"rss": "^1.2.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"mocha": "^5.1.1"
}
}