mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-07-13 14:45:54 -05:00
BW animated sprites are now also automatically generated. In addition, the generation script can now handle female sprites and cosmetic forms. The storage format has also changed to be more concise.
21 lines
824 B
JSON
21 lines
824 B
JSON
{
|
|
"name": "Pokemon-Showdown-Client",
|
|
"version": "0.11.0",
|
|
"author": "Guangcong Luo <guangcongluo@gmail.com> (http://guangcongluo.com)",
|
|
"homepage": "http://play.pokemonshowdown.com",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Zarel/Pokemon-Showdown-Client.git"
|
|
},
|
|
"scripts": {
|
|
"test": "eslint --config=.eslintrc.js --cache --cache-file=eslint-cache/base js/*.js data/graphics.js && eslint --config=githooks/.eslintrc.js --cache --cache-file=eslint-cache/build githooks/update githooks/build-indexes",
|
|
"fix": "eslint --config=.eslintrc.js --fix js/*.js data/graphics.js && eslint --config=githooks/.eslintrc.js --fix githooks/update githooks/build-indexes"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^3.2.2"
|
|
},
|
|
"private": true
|
|
}
|