forked from tgptrixie/YGOPro-Support-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
{
"name": "ygopro-js-server",
"description": "YGOPro US Server (Salvation) - Saving Yu-Gi-Oh!",
"main": "server/server.js",
"version": "0.0.1",
"keywords": [
"ygopro",
"my-card",
"devpro",
"Salvation Development",
"yugioh",
"irc"
],
"repository": {
"type": "git",
"url": "https://github.com/salvationdevelopment/YGOPro-Support-System.git"
},
"window": {
"toolbar": true,
"frame": true,
"width": 1024,
"min_width": 1024,
"height": 535,
"icon": "application/icon.png"
},
"dependencies": {
"async": "^0.9.0",
"frame-stream": "^0.3.1",
"fs-walk": "0.0.1",
"node-static": "^0.7.6",
"primus": "*",
"primus-rooms": "*",
"request": "*",
"sqlite3": "*",
"stream-frame": "0.0.4",
"ws": "*",
"gith" : "*",
"unzip" : "*"
},
"optionalDependencies": {
"httpsys": "*"
},
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"bugs": "https://github.com/salvationdevelopment/YGOPro-Support-System/issues",
"author": "[email protected]",
"homepage": "http://salvationdevelopment.com"
}