forked from cfpb/consumerfinance.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·41 lines (41 loc) · 1.14 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": "cfgov-refresh",
"version": "3.0.0-2.4.0",
"description": "Refreshing consumerfinance.gov.",
"keywords": [
"cfpb",
"consumerfinance.gov",
"capital-framework"
],
"authors": [
{
"name": "Consumer Financial Protection Bureau",
"email": "[email protected]",
"homepage": "https://cfpb.github.io/"
}
],
"homepage": "https://github.com/cfpb/cfgov-refresh",
"repository": {
"type": "git",
"url": "https://github.com/cfpb/cfgov-refresh.git"
},
"license": "https://github.com/cfpb/cfgov-refresh/blob/master/TERMS.md",
"dependencies": {
"cf-core": "^1.0.0",
"cf-buttons": "^1.6.1",
"cf-expandables": "^1.0.0",
"cf-forms": "^1.3.0",
"cf-grid": "^1.0.0",
"cf-icons": "^1.0.0",
"cf-pagination": "^1.0.0",
"cf-typography": "^1.0.0",
"cf-layout": "^1.0.0",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip",
"history.js": "~1.8.0",
"html5shiv": "latest",
"jquery.easing": "~1.3.0",
"string_score": "git://github.com/joshaven/string_score#0.1.20",
"slick-carousel": "~1.3.7",
"validate": "~0.7.1"
}
}