pokemon-showdown/package.json
Cathy J. Fitzpatrick f1926209df v0.3.5 is the only version of node-sockjs known to work
After upgrading node-sockjs to v0.3.7 on the live server, there was an
issue where the `close` event was apparently not being fired on some
sockets, causing various problems.

The only version of ndoe-sockjs that we know for sure works is v0.3.5,
which is the version that had previously been in use on the main server
for a long time.
2013-05-16 17:17:03 -06:00

40 lines
854 B
JSON

{
"name": "Pokemon-Showdown",
"version": "0.8.7",
"dependencies": {
"sugar": ">=1.3.8",
"node-static": ">=0.6.9",
"sockjs": "0.3.5"
},
"optionalDependencies": {
"nodemailer": ">=0.4.1"
},
"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
}