forked from cfpb/cf-expandables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 1.01 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
{
"name": "cf-expandables",
"version": "2.0.0",
"description": "Standard expandable (show/hide) component for Capital Framework.",
"keywords": ["capital-framework", "capital", "expandables", "jquery", "js", "less"],
"authors": [
{
"name": "Consumer Financial Protection Bureau",
"url": "https://cfpb.github.io/"
}
],
"homepage": "https://github.com/cfpb/cf-expandables",
"repository": {
"type": "git",
"url": "https://github.com/cfpb/cf-expandables.git"
},
"license": "https://github.com/cfpb/cf-expandables/blob/master/TERMS.md",
"main": "src/js/cf-expandables.js",
"dependencies": {
"cf-core": "^1.0.0",
"cf-icons": "^1.0.0",
"jquery": "~1.11.0",
"jquery.easing": "~1.3.0"
},
"devDependencies": {
"qunit": "~1.14.0"
},
"exportsOverride": {
"cf-*": {
"css": "src/**/*.css",
"less": "src/**/*.less",
"fonts": "src/fonts/*.*",
"js": "src/**/*.js"
},
"jquery.easing": {
"js": "js/jquery.easing.js"
}
}
}