forked from components/font-awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 949 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
33
34
35
36
37
{
"name": "components-font-awesome",
"description": "Font Awesome, the iconic SVG, font, and CSS framework.",
"repository": {
"type": "git",
"url": "git://github.com/components/font-awesome.git"
},
"main": [
"css/fontawesome-all.css",
"scss/fontawesome.scss",
"webfonts/fa-brands-400.eot",
"webfonts/fa-brands-400.woff2",
"webfonts/fa-brands-400.woff",
"webfonts/fa-brands-400.ttf",
"webfonts/fa-brands-400.svg",
"webfonts/fa-regular-400.eot",
"webfonts/fa-regular-400.woff2",
"webfonts/fa-regular-400.woff",
"webfonts/fa-regular-400.ttf",
"webfonts/fa-regular-400.svg",
"webfonts/fa-solid-900.eot",
"webfonts/fa-solid-900.woff2",
"webfonts/fa-solid-900.woff",
"webfonts/fa-solid-900.ttf",
"webfonts/fa-solid-900.svg"
],
"license": [
"CC-BY-4.0",
"MIT",
"OFL-1.1"
],
"ignore": [
"Makefile",
"component.json",
"composer.json"
]
}