mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 20:33:08 +00:00
25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "pokemon-terminal",
|
|
"version": "1.0.2",
|
|
"description": "Pokemon terminal themes",
|
|
"bin": {
|
|
"pokemon": "main.py"
|
|
},
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LazoCoder/Pokemon-Terminal.git"
|
|
},
|
|
"keywords": [
|
|
"pokemon",
|
|
"terminal",
|
|
"theme",
|
|
"themes"
|
|
],
|
|
"author": "Lazo (https://github.com/LazoCoder)",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/LazoCoder/Pokemon-Terminal/issues"
|
|
},
|
|
"homepage": "https://github.com/LazoCoder/Pokemon-Terminal#readme"
|
|
}
|