mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-06 05:27:54 -05:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "Pokemon-Showdown",
|
|
"version": "0.9.2",
|
|
"dependencies": {
|
|
"sugar": "1.4.1",
|
|
"node-static": "0.7.4",
|
|
"sockjs": "0.3.9",
|
|
"es6-shim": "0.16.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"nodemailer": "0.4.1",
|
|
"http-proxy": "0.10.0"
|
|
},
|
|
"nonDefaultDependencies": {
|
|
"ofe": "0.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "> 0.10.1"
|
|
},
|
|
"engineStrict": true,
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "gulp"
|
|
},
|
|
"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,
|
|
"devDependencies": {
|
|
"gulp-util": "~2.2.14",
|
|
"gulp": "~3.8.7",
|
|
"gulp-jshint": "~1.8.4",
|
|
"gulp-jscs": "~1.1.2",
|
|
"gulp-replace": "~0.4.0",
|
|
"jshint-stylish": "~0.1.5"
|
|
}
|
|
}
|