-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 950 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
{
"name": "fa-icons",
"version": "0.2.0",
"description": "FontAwsome icons for polymer 3",
"main": "index.js",
"scripts": {
"start": "polymer serve",
"test": "polymer test --npm --module-resolution=node --local chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obsidiansoft-io/fa-icons.git"
},
"keywords": [
"polymer-3",
"lit-element",
"FontAwsome"
],
"author": "quinszouls",
"license": "MIT",
"bugs": {
"url": "https://github.com/obsidiansoft-io/fa-icons/issues"
},
"homepage": "https://github.com/obsidiansoft-io/fa-icons#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"lit-element": "^2.2.1"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.1"
}
}