mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-22 01:35:31 -05:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "pokemon-showdown",
|
|
"preferGlobal": true,
|
|
"description": "The server for the Pokémon Showdown battle simulator",
|
|
"version": "0.11.0",
|
|
"dependencies": {
|
|
"sockjs": "0.3.18"
|
|
},
|
|
"optionalDependencies": {
|
|
"cloud-env": "0.2.2",
|
|
"node-static": "0.7.9"
|
|
},
|
|
"nonDefaultDependencies": {
|
|
"nodemailer": "4.0.1",
|
|
"ofe": "0.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.7.0"
|
|
},
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "eslint --rulesdir=dev-tools/eslint --cache *.js chat-plugins/ config/ data/ dev-tools/ mods/ sim/ tournaments/ test/ && mocha"
|
|
},
|
|
"bin": "./pokemon-showdown",
|
|
"homepage": "http://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": {
|
|
"eslint": "^4.0.0",
|
|
"mocha": "^3.0.0",
|
|
"mock-fs-require-fix": "~1.0.0",
|
|
"@types/node": "^8.0.1",
|
|
"@types/nodemailer": "^1.3.33",
|
|
"typescript": "^2.5.0-dev.20170622"
|
|
}
|
|
}
|