pokesprite/package.json
2020-03-10 15:21:53 +01:00

33 lines
874 B
JSON

{
"name": "pokesprite-images",
"version": "2.0.3",
"description": "Database project of box and inventory sprites from the Pokémon core series games",
"private": true,
"files": [
"license.md",
"package.json",
"readme.md",
"/data",
"/docs",
"/icons",
"/items",
"/items-outline",
"/pokemon-gen7x",
"/pokemon-gen8",
"/resources"
],
"homepage": "https://github.com/msikma/pokesprite",
"repository": "git+https://github.com/msikma/pokesprite.git",
"keywords": ["Icons", "Sprites", "Pokémon", "Pokédex", "ポケットモンスター", "ポケモン", "スプライト", "ポケモン図鑑"],
"author": "Michiel Sikma <michiel@sikma.org>",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
},
"dependencies": {
}
}