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",
|
"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",
|
"version": "1.1.0",
|
||||||
"main": "create-card.js",
|
"main": "create-card.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"ffxiv",
|
||||||
|
"xivapi"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"dev": "nodemon index.js"
|
"dev": "nodemon index.js"
|
||||||
|
|
Loading…
Reference in a new issue