pokemon-showdown/package.json
2013-03-25 22:53:42 -06:00

39 lines
816 B
JSON

{
"name": "Pokemon-Showdown",
"version": "0.0.1",
"dependencies": {
"sugar": ">=1.3.8",
"sockjs": ">=0.3.1"
},
"optionalDependencies": {
"socket.io": ">=0.8.7"
},
"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": "zarelsl@gmail.com",
"url": "http://aesoft.org"
},
"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
}