-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
72 lines (72 loc) · 1.65 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Pokemon-Showdown",
"version": "0.9.3",
"dependencies": {
"cheerio": "^0.19.0",
"cloud-env": "0.1.0",
"es6-shim": "0.27.1",
"moment": "^2.10.2",
"mongoose": "^4.0.1",
"node-serialize": "0.0.4",
"node-static": "0.7.6",
"q": "^1.2.0",
"request": "^2.55.0",
"sockjs": "0.3.15",
"sugar": "1.4.1"
},
"optionalDependencies": {
"nodemailer": "1.3.1",
"http-proxy": "0.10.0"
},
"nonDefaultDependencies": {
"ofe": "0.1.2"
},
"engines": {
"node": "> 0.10.1"
},
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "gulp && mocha && grunt"
},
"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,
"devDependencies": {
"cache-swap": "~0.2.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"gulp": "~3.8.7",
"gulp-cache": "~0.2.8",
"gulp-jscs": "~1.6.0",
"gulp-jshint": "git://github.com/spalger/gulp-jshint#c18df3a11",
"gulp-replace": "~0.5.1",
"jshint-stylish": "~1.0.0",
"lazypipe": "~0.2.2",
"load-grunt-tasks": "^3.1.0",
"merge-stream": "~0.1.7",
"mocha": "~2.2.1"
}
}