update package.json ith keywords/description
This commit is contained in:
parent
dc0d356d0a
commit
19e85615e5
1 changed files with 5 additions and 0 deletions
|
@ -1,8 +1,13 @@
|
|||
{
|
||||
"name": "xiv-character-cards",
|
||||
"description": "API to create fancy cards for FFXIV characters based on their Lodestone data, hosted at https://ffxiv-character-cards.herokuapp.com.",
|
||||
"version": "1.1.0",
|
||||
"main": "create-card.js",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"ffxiv",
|
||||
"xivapi"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"dev": "nodemon index.js"
|
||||
|
|
Loading…
Reference in a new issue