forked from nyon/fontawesome-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 825 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": "fontawesome-actions",
"version": "0.9.0",
"homepage": "https://github.com/nyon/fontawesome-actions",
"authors": [
"Timm Decker <[email protected]>"
],
"description": "Awesome actions and overlays for Font Awesome. Acts as a superset.",
"main": [
"dist/css/font-awesome.min.css",
"dist/fonts/fontawesome-webfont.eot",
"dist/fonts/fontawesome-webfont.svg",
"dist/fonts/fontawesome-webfont.ttf",
"dist/fonts/fontawesome-webfont.woff",
"dist/fonts/fontawesome-webfont.woff2"
],
"keywords": [
"fontawesome",
"actions",
"overlays",
"slashed",
"slash",
"plus",
"minus",
"alert",
"warning",
"success"
],
"license": "SIL, MIT, CC BY 3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}