Add package manifest for publishing to npm

This will enable easy installation via npm.
This commit is contained in:
Kevin Lanni 2017-06-12 12:47:20 -07:00
parent 16f4a6b27b
commit 069cc5d05c
2 changed files with 27 additions and 0 deletions

2
.npmignore Normal file
View file

@ -0,0 +1,2 @@
.idea
Samples/

25
package.json Normal file
View 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"
}