-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
executable file
·41 lines (41 loc) · 1.6 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
{
"name": "ctf",
"version": "0.0.1",
"dependencies": {
"jquery": "~1.11.1",
"underscore": "~1.8.3",
"materialize": "~0.97.0",
"timecircles": "jamiees2/TimeCircles#master"
},
"devDependencies": {
"materialize": "~0.97.0",
"timecircles": "jamiees2/TimeCircles#master"
},
"devDependencies": {},
"resolutions": {
"jquery": ">=2.1.1"
},
"install": {
"path": {
"/css$/": "icectf/static/components/css",
"/(js|map)$/": "icectf/static/components/js",
"/(eot|svg|ttf|otf|woff2?|otf)$/": "icectf/static/components/fonts/",
"/scss$/": "icectf/static/components/scss",
"/.*$/": "icectf/static/components/base"
},
"sources": {
"jquery": "bower_components/jquery/dist/jquery.min.*",
"fontawesome": {
"mapping": [
{"bower_components/fontawesome/css/font-awesome.css": "font-awesome.css"},
{"bower_components/fontawesome/fonts/fontawesome-webfont.eot": "../fontawesome-webfont.eot"},
{"bower_components/fontawesome/fonts/fontawesome-webfont.svg": "../fontawesome-webfont.svg"},
{"bower_components/fontawesome/fonts/fontawesome-webfont.ttf": "../fontawesome-webfont.ttf"},
{"bower_components/fontawesome/fonts/fontawesome-webfont.woff": "../fontawesome-webfont.woff"},
{"bower_components/fontawesome/fonts/FontAwesome.otf": "../FontAwesome.otf"},
{"bower_components/fontawesome/fonts/fontawesome-webfont.woff2": "../fontawesome-webfont.woff2"}
]
}
}
}
}