pokemon-showdown/package.json
Bill Meltsner c31ee2a428 Add SockJS as the default networking library.
You can still use Socket.IO by setting config.protocol in config.js.
2012-07-06 22:56:28 -05:00

30 lines
662 B
JSON

{
"name": "Pokemon-Showdown",
"version": "0.0.1",
"dependencies": {
"sugar": ">=1.2.5",
"request": ">=2.1.1",
"socket.io": ">=0.8.7",
"sockjs": ">=0.3.1"
},
"scripts": {"start": "node app.js"},
"bin": "./app.js",
"homepage": "http://play.pokemonshowdown.com",
"repository": {
"type": "git",
"url": "http://github.com/Zarel/Pokemon-Showdown.git"
},
"author": {
"name": "Guangcong Luo",
"email": "zarelsl@gmail.com",
"url": "http://aesoft.org"
},
"contributors": [ {
"name": "Bill Meltsner",
"email": "bill@meltsner.com",
"url": "http://www.meltsner.com"
}
],
"private": true
}