-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathbower.json
32 lines (32 loc) · 811 Bytes
/
bower.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
{
"name": "fontawesome-iconset",
"version": "4.3.0",
"authors": [
"Sacha Kyvner <[email protected]>",
"Lucas Matías Ciruzzi <[email protected]>"
],
"description": "Polymer/core-icon compatible iconset based on Font Awesome SVG font",
"main": "fa-all.html",
"keywords": [
"Font Awesome",
"Polymer",
"Icons",
"Icon Set",
"web-component",
"web-components"
],
"dependencies": {
"iron-icon": "PolymerElements/iron-icon#~1.0.0",
"iron-icons": "PolymerElements/iron-icons#~1.0.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#~1.0.0",
"polymer": "~1.0.0"
},
"license": "MIT",
"homepage": "https://github.com/vangware/fontawesome-iconset",
"ignore": [
"**/.*",
"bower_components",
"package.json",
"update.js"
]
}