-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.85 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.85 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Pokemon-Showdown",
"version": "0.10.2",
"dependencies": {
"cheerio": "^0.19.0",
"cloud-env": "0.1.1",
"colors": "1.1.2",
"elo-rank": "0.2.2",
"eosdb": "^1.1.0",
"es6-shim": "0.33.6",
"forever": "0.15.1",
"geoip-ultralight": "0.1.1",
"moment": "^2.10.2",
"lowdb": "^0.10.1",
"node-static": "0.7.6",
"node-serialize": "0.0.4",
"request": "^2.58.0",
"sugar": "1.4.1",
"uuid": "2.0.1",
"sugar": "1.4.1",
"node-static": "0.7.6",
"sockjs": "0.3.15",
"steno": "^0.4.2",
"sugar": "1.4.1"
},
"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": "> 4.0.0"
},
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "eslint --config=dev-tools/eslint/config-base.js --rulesdir=dev-tools/eslint --cache --cache-file=eslint-cache/base *.js config/formats.js chat-plugins/*.js tournaments/*.js dev-tools/**/*.js data/rulesets.js data/scripts.js data/statuses.js mods/**/abilities.js mods/**/items.js mods/**/moves.js mods/**/rulesets.js mods/**/scripts.js mods/**/statuses.js && eslint --config=dev-tools/eslint/config-config.js --rulesdir=dev-tools/eslint --cache --cache-file=eslint-cache/config config/config*.js && eslint --config=dev-tools/eslint/config-compat.js --rulesdir=dev-tools/eslint --cache --cache-file=eslint-cache/compat data/abilities.js data/items.js data/moves.js data/typechart.js data/aliases.js mods/*/abilities.js mods/*/items.js mods/*/moves.js mods/*/typechart.js && eslint --config=dev-tools/eslint/config-data.js --rulesdir=dev-tools/eslint --cache --cache-file=eslint-cache/data data/formats-data.js mods/*/formats-data.js mods/gen4/pokedex.js mods/gen5/pokedex.js && eslint --config=dev-tools/eslint/config-data-compact.js --rulesdir=dev-tools/eslint --cache --cache-file=eslint-cache/data-compact data/pokedex.js mods/gen1/pokedex.js && eslint --config=dev-tools/eslint/config-test.js --rulesdir=dev-tools/eslint --cache --cache-file=eslint-cache/test test/*.js test/application/*.js test/simulator/*/*.js test/dev-tools/*/*.js && mocha"
},
"bin": "./app.js",
"homepage": "http://play.pokemonshowdown.com",
"repository": {
"type": "git",
"url": "https://github.com/Zarel/Pokemon-Showdown.git"
},
"author": {
"name": "Guangcong Luo",
"email": "guangcongluo@gmail.com",
"url": "http://guangcongluo.com"
},
"contributors": [
{
"name": "Cathy J. Fitzpatrick",
"email": "cathy@cathyjf.com",
"url": "https://cathyjf.com"
},
{
"name": "Bill Meltsner",
"email": "bill@meltsner.com",
"url": "http://www.meltsner.com"
}
],
"private": true,
"license": "MIT",
"devDependencies": {
"eslint": "1.10.1",
"mocha": "~2.3.2"
}
}