forked from Edirom/WeGA-WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 1008 Bytes
/
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
{
"name": "WeGA-WebApp",
"version": "2.0.0",
"authors": [
"Peter Stadler <[email protected]>"
],
"license": "BSD2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": ">= 3.1.1",
"selectize": "~0.10.1",
"fontawesome": ">=4.1.0",
"google-code-prettify": "~1.0.3",
"FitText.js": "davatron5000/FitText.js",
"Easy-Responsive-Tabs-to-Accordion": "samsono/Easy-Responsive-Tabs-to-Accordion",
"bootstrap-hover-dropdown": "CWSpear/bootstrap-hover-dropdown",
"bootstrap-remote-data":"peterstadler/bootstrap-remote-data#master",
"WeGA-ODD":"edirom/WeGA-ODD#develop",
"jquery-ui": ">= 1.12.1",
"datepicker-fr": ">= 1.12.1",
"moment": ">= 2.10.2",
"ionrangeslider": "= 2.1.4",
"leaflet-iiif": ">= 0.0.7",
"leaflet": ">= 0.7.3",
"flip": ">=1.0.10",
"prettydiff": ">=2.0.0",
"swagger-ui": "=2.2.10",
"bootstrap-toggle": ">= 2.0.0"
}
}