-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathbower.json
41 lines (41 loc) · 902 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
38
39
40
41
{
"name": "micon",
"description": "Micon, The iconic windows 10 font and CSS toolkit.",
"main": [
"dist/micon/less/micon.less",
"dist/micon/scss/micon.scss"
],
"authors": [{
"name": "Mehdi HosseinZade",
"email": "[email protected]",
"homepage": "http://arshen.ir"
}],
"license": "MIT",
"keywords": [
"Micon",
"MDL2",
"icons",
"MDL2",
"web",
"font",
"icon",
"font",
"bootstrap",
"windows 10",
"windows 10 icons",
"windows 10 css",
"windows 10 css icons",
"windows 10 web font"
],
"homepage": "http://xtoolkit.github.io/Micon/",
"ignore": [
".*",
"*.json",
"*.js",
".travis.yml",
"dist/micon_nb",
"icons",
"node_modules",
".templates"
]
}