mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-24 21:03:09 +00:00
Add package manifest for publishing to npm
This will enable easy installation via npm.
This commit is contained in:
parent
16f4a6b27b
commit
069cc5d05c
2 changed files with 27 additions and 0 deletions
2
.npmignore
Normal file
2
.npmignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
.idea
|
||||
Samples/
|
25
package.json
Normal file
25
package.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "pokemon-terminal",
|
||||
"version": "1.0.0",
|
||||
"description": "Pokemon terminal themes",
|
||||
"bin": {
|
||||
"pokemon": "pokemon"
|
||||
},
|
||||
"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"
|
||||
}
|
Loading…
Reference in a new issue