Add descriptors to package.json

This commit is contained in:
Tobias Fried
2020-07-29 14:32:04 -04:00
parent 10fb5da728
commit 4b927d746d
2 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,16 @@
{
"name": "phosphor-web",
"version": "0.1.0",
"license": "GPL-3.0",
"homepage": "https://phosphoricons.com",
"author": {
"name": "Tobias Fried",
"email": "friedtm@gmail.com",
"url": "https://tobiasfried.com"
},
"description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
"keywords": [ "phosphor", "icons", "svg", "design", "interface", "UI", "UX"],
"repository": "github:rektdeckard/phosphor-web",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",