-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.12 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
47
{
"name": "ygopro-js-server",
"description": "Salvation Development YGOPro Server",
"main": "ygoserver.js",
"version": "0.0.0",
"keywords": [
"ygopro",
"my-card",
"Salvation Development",
"yugioh",
"irc"
],
"repository": {
"type": "git",
"url": "https://github.com/salvationdevelopment/ygocorejs.git"
},
"window": {
"toolbar": false,
"frame": false,
"width": 1024,
"min_width": 1024,
"height": 535
},
"dependencies": {
"ws": "*",
"primus": "*",
"primus-rooms": "*",
"mocha": "*"
},
"optionalDependencies": {
"httpsys": "*"
},
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"bugs": "https://github.com/salvationdevelopment/YGOPro-Support-System/issues",
"author": "panthrowzay@gmail.com",
"homepage": "http://salvationdevelopment.com",
"window": {
"toolbar": true,
"frame": true,
"width": 1024,
"min_width": 1024,
"height": 535,
"icon": "application/icon.png"
}
}