forked from cfpb/design-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·42 lines (42 loc) · 1.02 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": "design-manual",
"version": "0.1.0",
"description": "A set of design principles and standards for the Consumer Financial Protection Bureau.",
"homepage": "http://cfpb.github.io/design-manual/",
"author": {
"name": "Consumer Financial Protection Bureau",
"email": "[email protected]",
"url": "http://consumerfinance.gov"
},
"repository": {
"type": "git",
"url": "https://github.com/cfpb/capital-framework.git"
},
"license": "CC0",
"dependencies": {
"capital-framework": "~1.0.0"
},
"exportsOverride": {
"cf-*": {
"css": "src/**/*.css",
"less": "src/**/*.less",
"fonts": "src/fonts/*.*",
"js": "src/**/*.js"
},
"box-sizing-polyfill": {
"js": "boxsizing.htc"
},
"html5shiv": {
"js": "dist/html5shiv-printshiv.min.js"
},
"jquery.easing": {
"js": "js/jquery.easing.js"
}
},
"resolutions": {
"cf-expandables": "^1.0.0",
"cf-layout": "^1.0.0",
"cf-pagination": "^1.0.0",
"cf-typography": "^1.0.0"
}
}