Pokemon-Terminal/package.json

26 lines
572 B
JSON
Raw Normal View History

{
"name": "pokemon-terminal",
2017-06-18 15:10:29 +00:00
"version": "1.0.2",
"description": "Pokemon terminal themes",
"bin": {
2017-06-13 16:19:24 +00:00
"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"
}