forked from cfpb/owning-a-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.41 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
{
"name": "owning-a-home",
"version": "0.0.1",
"dependencies": {
"html5shiv": "latest",
"jquery": "~1.11.0",
"normalize-css": "~3.0.1",
"cf-buttons": "git://github.com/cfpb/cf-buttons.git#1.5.1",
"cf-core": "git://github.com/cfpb/cf-core.git#0.9.0",
"cf-expandables": "git://github.com/cfpb/cf-expandables.git#0.6.1",
"cf-forms": "git://github.com/cfpb/cf-forms.git#1.2.0",
"cf-grid": "git://github.com/cfpb/cf-grid.git#0.9.0",
"cf-layout": "git://github.com/cfpb/cf-layout.git#0.2.2",
"cf-pagination": "git://github.com/cfpb/cf-pagination.git#0.4.1",
"cf-icons": "git://github.com/cfpb/cf-icons.git#0.4.0",
"cf-typography": "git://github.com/cfpb/cf-typography.git#0.7.0",
"highcharts-release": "~3.0.10",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip",
"rangeslider.js": "~0.2.9",
"respond": "1.4.2",
"polyfill": "inexorabletash/polyfill",
"Placeholders.js": "jamesallardice/Placeholders.js#~3.0.2",
"es5-shim": "~4.0.3",
"aight": "~1.2.5",
"sticky": "~1.0.1",
"bootstrap": "~3.0.0",
"console-polyfill": "latest"
},
"exportsOverride": {
"cf-*": {
"css": "src/**/*.css",
"less": "src/**/*.less",
"fonts": "src/fonts/*.*",
"js": "src/**/*.js",
"jsx": "src/**/*.jsx"
},
"bootstrap": {
"js": "js/*.js",
"less": "less/*.less"
}
}
}