forked from smogon/pokemon-showdown
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 782 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
{
"name": "Pokemon-Showdown",
"version": "0.0.1",
"dependencies": {
"sugar": ">=1.2.5",
"request": ">=2.1.1",
"socket.io": ">=0.8.7",
"sockjs": ">=0.3.1",
"url": "0.x.x",
"libxmljs": "0.x.x",
"sqlite-fts": "0.x.x",
"streamline": "0.x.x",
"zlib": "1.x.x"
},
"scripts": {"start": "node app.js"},
"bin": "./app.js",
"homepage": "http://play.pokemonshowdown.com",
"repository": {
"type": "git",
"url": "http://github.com/Zarel/Pokemon-Showdown.git"
},
"author": {
"name": "Guangcong Luo",
"email": "[email protected]",
"url": "http://aesoft.org"
},
"contributors": [ {
"name": "Bill Meltsner",
"email": "[email protected]",
"url": "http://www.meltsner.com"
}
],
"private": true
}