mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-06 05:27:54 -05:00
PS now officially supports Node.js 4.x and later. Unofficially, most versions of iojs are still supported, although this will probably change as we start using more ES6 features.
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "Pokemon-Showdown",
|
|
"version": "0.10.2",
|
|
"dependencies": {
|
|
"sockjs": "0.3.15",
|
|
"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": "> 4.0.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|