This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "pokemon-showdown",
"preferGlobal": true,
"description": "The server for the Pokémon Showdown battle simulator",
"version": "0.11.2",
"dependencies": {
"autolinker": "^1.6.2",
"claudia-bot-builder": "^2.15.0",
"cloud-env": "0.2.2",
"concat-stream": "^1.6.0",
"geoip-lite-country": "1.1.5",
"githubhook": "^1.9.3",
"nani": "^1.2.0",
"nef": "^1.1.0",
"nef-fs": "^1.0.0",
"node-fetch": "^2.1.1",
"node-static": "0.7.10",
"request": "^2.83.0",
"sockjs": "0.3.18"
},
"optionalDependencies": {
"cloud-env": "0.2.2",
"node-oom-heapdump": "^1.0.10",
"node-static": "0.7.10",
"nodemailer": "4.4.0",
"permessage-deflate": "^0.1.6"
},
"engines": {
"node": ">=7.7.0"
},
"main": "app.js",
"scripts": {
"start": "node pokemon-showdown",
"test": "eslint --cache . && mocha",
"lint": "eslint --cache .",
"prepush": "npm test"
},
"homepage": "http://pokemonshowdown.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Zarel/Pokemon-Showdown.git"
},
"author": "Guangcong Luo <guangcongluo@gmail.com> (http://guangcongluo.com)",
"contributors": [
"Cathy J. Fitzpatrick <cathy@cathyjf.com> (https://cathyjf.com)",
"Bill Meltsner <bill@meltsner.com> (http://www.meltsner.com)"
],
"private": true,
"license": "MIT",
"devDependencies": {
"@types/node": "^8.0.32",
"@types/nodemailer": "^4.3.0",
"eslint": "^4.16.0",
"husky": "^0.14.3",
"mocha": "^4.0.1",
"typescript": "^3.0.1"
}
}