-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
51 lines (51 loc) · 1.2 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
44
45
46
47
48
49
50
51
{
"name": "leela_zero_server",
"version": "1.0.0",
"description": "Leela Zero Server",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha",
"dev": "nodemon server.js",
"import": "node scripts/import.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",
"extend": "^3.0.2",
"fs-extra": "^4.0.2",
"hex2dec": "^1.0.1",
"lodash": "^4.17.13",
"maxmind": "^2.3.0",
"moment": "^2.21.0",
"mongo-morgan": "^2.0.3",
"mongodb": "^2.2.33",
"morgan": "^1.9.1",
"nodemon": "^1.18.10",
"npm": "^6.14.6",
"pug": "^2.0.0-rc.4",
"raven": "^2.6.3",
"request": "^2.88.0",
"retricon-without-canvas": "^1.0.0",
"rotating-file-stream": "^1.3.6",
"rss": "^1.2.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"eslint": "^4.19.1",
"mocha": "^5.1.1"
}
}