forked from tgptrixie/YGOPro-Support-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "ygopro-js-server",
"description": "YGOPro US Server (Salvation) - Saving Yu-Gi-Oh!",
"main": "server/server.js",
"version": "4.2.1",
"keywords": [
"ygopro",
"my-card",
"devpro",
"Salvation Development",
"yugioh",
"irc"
],
"repository": {
"type": "git",
"url": "https://github.com/salvationdevelopment/YGOPro-Support-System.git"
},
"dependencies": {
"fs-walk": "*",
"node-static": "*",
"primus": "*",
"primus-rooms": "*",
"sqlite3": "*",
"ws": "*",
"irc": "*",
"colors": "*",
"knuth-shuffle": "*",
"lodash" : "*",
"ldapjs" : "*",
"policyfile" : "*"
},
"optionalDependencies": {
"httpsys": "*",
"mocha": "*",
"istanbul": "*",
"phantomjs": "*"
},
"bugs": "https://github.com/salvationdevelopment/YGOPro-Support-System/issues",
"author": "[email protected]",
"homepage": "http://ygopro.us",
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
}
}