-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json.erb
30 lines (30 loc) · 1.02 KB
/
bower.json.erb
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
{
"name": "frontend",
"private": true,
"ignore": ["*", "!app/assets/**/*", "!vendor/assets/fonts/*"],
"dependencies": {
"html-inspector": "0.7.0",
"sinonjs": "^1.9.0",
"html5shiv": "3.7.0",
"requirejs": "2.1.*",
"jquery": "3.3.*",
"jquery-waypoints": "2.0.*",
"jquery-ujs": "*",
"jquery-migrate": "3.0.*",
"bind-polyfill": "^1.0.0",
"yeast": "1.17.0",
"advice_plans": "<%= gem_path('advice_plans') %>",
"debt_advice_locator": "<%= gem_path('debt_advice_locator') %>",
"debt_free_day_calculator": "<%= gem_path('debt_free_day_calculator') %>",
"decision_trees": "<%= gem_path('decision_trees') %>",
"dough": "<%= gem_path('dough-ruby') %>",
"mortgage_calculator": "<%= gem_path('mortgage_calculator') %>",
"pensions_calculator": "<%= gem_path('pensions_calculator') %>",
"timelines": "<%= gem_path('timelines') %>",
"cost_calculator_builder": "<%= gem_path('cost_calculator_builder') %>"
},
"resolutions": {
"jquery": "3.3.*",
"yeast": "1.17.0"
}
}