pokemon-showdown/package.json

65 lines
1.4 KiB
JSON

{
"name": "Pokemon-Showdown",
"version": "0.10.1",
"dependencies": {
"sugar": "1.4.1",
"node-static": "0.7.6",
"cloud-env": "0.1.0",
"sockjs": "0.3.15",
"es6-shim": "0.27.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"
},
"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.2.10",
"gulp-jshint": "~1.11.2",
"gulp-jscs": "~1.6.0",
"gulp-replace": "~0.5.3",
"jshint-stylish": "~2.0.1",
"mocha": "~2.2.5",
"lazypipe": "~0.2.4",
"merge-stream": "~0.1.8",
"jscs": "~1.13.1"
}
}