forked from adrianfish/fa-icon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 696 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "fa-icons",
"version": "0.1.7",
"description": "FontAwsome icons for polymer 3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obsidiansoft-io/fa-icon.git"
},
"keywords": [
"polymer-3",
"lit-element",
"FontAwsome"
],
"author": "quinszouls",
"license": "MIT",
"bugs": {
"url": "https://github.com/obsidiansoft-io/fa-icon/issues"
},
"homepage": "https://github.com/obsidiansoft-io/fa-icon#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"lit-element": "^2.1.0"
},
"devDependencies": {}
}