forked from XpRienzo/DragonHeaven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.6 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pokemon-showdown",
"preferGlobal": true,
"description": "The server for the Pokémon Showdown battle simulator",
"version": "0.11.0",
"dependencies": {
"dem-feels": "^1.8.1",
"moment": "2.11.2",
"nef": "^1.1.0",
"nef-fs": "^1.0.0",
"request": "2.74.0",
"sockjs": "0.3.18",
"nani": "^1.2.0",
"uuid": "^2.0.2",
"node-serialize": "^0.0.4"
},
"optionalDependencies": {
"cloud-env": "0.1.1",
"http-proxy": "0.10.0",
"nodemailer": "1.4.0",
"node-static": "0.7.7"
},
"nonDefaultDependencies": {
"ofe": "0.1.2"
},
"engines": {
"node": ">=6.0.0"
},
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "eslint --rulesdir=dev-tools/eslint --cache *.js chat-plugins/ config/ data/ dev-tools/ mods/ tournaments/ test/ && mocha",
"lint": "eslint --rulesdir=dev-tools/eslint --cache ."
},
"bin": "./pokemon-showdown",
"homepage": "http://pokemonshowdown.com",
"repository": {
"type": "git",
"url": "https://github.com/Zarel/Pokemon-Showdown.git"
},
"author": {
"name": "Guangcong Luo",
"email": "[email protected]",
"url": "http://guangcongluo.com"
},
"contributors": [
{
"name": "Cathy J. Fitzpatrick",
"email": "[email protected]",
"url": "https://cathyjf.com"
},
{
"name": "Bill Meltsner",
"email": "[email protected]",
"url": "http://www.meltsner.com"
}
],
"private": true,
"license": "MIT",
"devDependencies": {
"eslint": "^3.2.2",
"mocha": "^3.0.0",
"mock-fs-require-fix": "~1.0.0",
"fuzzur": "0.1.2"
}
}