forked from smogon/pokemon-showdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 874 Bytes
/
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
{
"name": "Pokemon-Showdown",
"version": "0.9.1",
"dependencies": {
"sugar": "1.3.8",
"node-static": "0.6.9",
"sockjs": "0.3.7"
},
"optionalDependencies": {
"nodemailer": "0.4.1",
"http-proxy": "0.10.0"
},
"engines": {
"node": ">= 0.6.3 < 0.10.0 || > 0.10.1"
},
"engineStrict": true,
"scripts": {"start": "node app.js"},
"bin": "./app.js",
"homepage": "http://play.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
}