forked from mycard/srvpro
-
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) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 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": "srvpro",
"version": "2.3.3",
"description": "a server for ygopro",
"repository": "github:mycard/srvpro",
"keywords": [
"mycard",
"ygopro",
"srvpro",
"server"
],
"author": "zh99998 <zh99998@gmail.com>, mercury233 <me@mercury233.me>, Nanahira <78877@qq.com>",
"dependencies": {
"bunyan": "latest",
"deepmerge": "latest",
"load-json-file": "latest",
"moment": "latest",
"redis": "latest",
"formidable": "latest",
"request": "latest",
"underscore": "latest",
"underscore.string": "latest",
"sqlite3": "latest",
"geoip-country-lite": "latest",
"challonge": "latest",
"pg": "^6.4.2",
"ws": "^6.0.0"
},
"license": "AGPL-3.0",
"scripts": {
"start": "node ygopro-server.js"
}
}