-
-
Notifications
You must be signed in to change notification settings - Fork 221
/
bower.json
27 lines (27 loc) · 791 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
{
"name": "typicons.font",
"version": "2.1.1",
"main": [
"src/font/demo.html",
"src/font/typicons.eot",
"src/font/typicons.ttf",
"src/font/typicons.woff",
"src/font/typicons.svg",
"src/font/typicons.css",
"src/font/typicons.min.css",
"src/font/LICENCE.md"
],
"authors": ["Stephen Hutchings <http://www.s-ings.com/>"],
"description": "Typicons are free-to-use vector icons embedded in a webfont for easy use in your user interfaces, whether it be on the web or in a native application.",
"keywords": ["icon", "fonts", "icons", "font-face", "webfont"],
"ignore": [
"**/.*",
"src/demo",
"src/png-24px",
"src/png-48px",
"*.md",
"*.json"
],
"homepage": "https://www.s-ings.com/typicons",
"license": "CC BY-SA / SIL"
}