-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
55 lines (55 loc) · 1.34 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "notosans-fontface",
"version": "1.3.0",
"description": "A simple package providing the Noto Sans fontface.",
"homepage": "https://github.com/GreatWizard/notosans-fontface",
"authors": [
{
"name": "Guillaume Gérard",
"homepage": "https://guillaume.sh"
}
],
"main": [
"./css/notosans-fontface.css",
"./fonts/NotoSans-Bold.eot",
"./fonts/NotoSans-Bold.svg",
"./fonts/NotoSans-Bold.ttf",
"./fonts/NotoSans-Bold.woff",
"./fonts/NotoSans-Bold.woff2",
"./fonts/NotoSans-BoldItalic.eot",
"./fonts/NotoSans-BoldItalic.svg",
"./fonts/NotoSans-BoldItalic.ttf",
"./fonts/NotoSans-BoldItalic.woff",
"./fonts/NotoSans-BoldItalic.woff2",
"./fonts/NotoSans-Regular.eot",
"./fonts/NotoSans-Regular.svg",
"./fonts/NotoSans-Regular.ttf",
"./fonts/NotoSans-Regular.woff",
"./fonts/NotoSans-Regular.woff2",
"./fonts/NotoSans-RegularItalic.eot",
"./fonts/NotoSans-RegularItalic.svg",
"./fonts/NotoSans-RegularItalic.ttf",
"./fonts/NotoSans-RegularItalic.woff",
"./fonts/NotoSans-RegularItalic.woff2"
],
"license": "Apache-2.0",
"keywords": [
"noto",
"sans",
"notosans",
"font",
"fontface",
"css",
"less",
"sass",
"scss",
"stylus",
"styl"
],
"ignore": [
"**/.*",
".github",
"demo",
"tests"
]
}