forked from cfpb/porchlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·58 lines (58 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "porchlight",
"version": "0.1.0",
"description": "Application to display git repo deploy cycle",
"homepage": "http://consumerfinance.gov/porchlight",
"author": {
"name": "Steven Bellamy",
"email": "steven.bellamy@cfpb.gov",
"url": "http://consumerfinance.gov"
},
"repository": {
"type": "git",
"url": "https://github.com/cfpb/capital-framework.git"
},
"license": "CC0",
"dependencies": {
"cf-buttons": "~1.4.0",
"cf-expandables": "~0.7.0",
"cf-forms": "~1.2.0",
"cf-grid": "~0.9.2",
"cf-icons": "*",
"cf-layout": "~0.2.2",
"d3": "~3.5.3",
"angular": "~1.3.11",
"angular-sanitize": "~1.3.11",
"angular-ui-router": "~0.2.13",
"angular-resource": "~1.3.11",
"angular-indicator": "ngActivityIndicator#~0.1.10",
"angular-cookies": "~1.3.11",
"highcharts-ng": "~0.0.7",
"highcharts-release": "~4.0.4",
"normalize.css": "~3.0.2",
"highstock-release": "~2.0.4"
},
"devDependencies": {
"angular-mocks": "~1.3.11"
},
"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": {
"angular": "1.3.14"
}
}