-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.57 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": {
"cloud-env": "0.1.0",
"es6-shim": "0.27.1",
"lowdb": "^0.10.1",
"moment": "^2.10.3",
"mysql": "^2.8.0",
"node-static": "0.7.6",
"request": "^2.58.0",
"sockjs": "0.3.15",
"steno": "^0.4.2",
"sugar": "1.4.1"
},
"optionalDependencies": {
"cloud-env": "0.1.1",
"es6-shim": "0.32.2",
"http-proxy": "0.10.0",
"nodemailer": "1.4.0",
"node-static": "0.7.7"
},
"nonDefaultDependencies": {
"ofe": "0.1.2"
},
"engines": {
"node": "> 0.10.1"
},
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "gulp && 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": {
"cache-swap": "~0.2.1",
"gulp": "~3.9.0",
"gulp-cache": "~0.3.0",
"gulp-jshint": "~1.11.2",
"gulp-jscs": "~2.0.0",
"gulp-replace": "~0.5.3",
"jshint-stylish": "~2.0.1",
"mocha": "~2.3.2",
"lazypipe": "~1.0.1",
"merge-stream": "~1.0.0",
"jscs": "~2.1.1"
}
}