pokemon-showdown/package.json
Guangcong Luo 6a2add8898 ipbans.txt now supports CIDR format
This introduces a new file cidr.js, which handles matching CIDR IP
blocks. It replaces our dependency on node-ip.

The old proxy IP system is also moved to cidr.js.
2013-09-21 14:15:11 -07:00

41 lines
874 B
JSON

{
"name": "Pokemon-Showdown",
"version": "0.9.1",
"dependencies": {
"sugar": "1.3.8",
"node-static": "0.6.9",
"sockjs": "0.3.7"
},
"optionalDependencies": {
"nodemailer": "0.4.1",
"http-proxy": "0.10.0"
},
"engines": {
"node": ">= 0.6.3 < 0.10.0 || > 0.10.1"
},
"engineStrict": true,
"scripts": {"start": "node app.js"},
"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
}