forked from naturalsolutions/ecoReleve-Data-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 1.32 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
{
"name": "ecoReleve-Data",
"version": "0.0.1",
"homepage": "https://github.com/NaturalSolutions/ecoReleve-Data",
"authors": [
"Natural Solutions [email protected]"
],
"description": "ecoReleve-Data",
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backgrid-paginator": "~0.3.5",
"backgrid": "~0.3.5",
"openlayers": "*",
"backbone.radio": "~0.6.0",
"fuelux": "~3.0.2",
"chartjs": "1.0.1-beta.4",
"eonasdan-bootstrap-datetimepicker": "~4.0.0",
"seiyria-bootstrap-slider": "~4.0.8",
"dropzone": "~3.10.2",
"sweetalert": "~0.3.1",
"swiper": "~2.7.0",
"backbone": "~1.1.2",
"marionette": "~2.2.2",
"jquery": "~1.11.0",
"underscore": "~1.6.0",
"backgrid-select-all": "~0.3.5",
"bootstrap-slider": "https://github.com/seiyria/bootstrap-slider",
"jquery-ui": "~1.11.2",
"leaflet.markercluster": "~0.4.0",
"leaflet": "~0.7.3",
"leaflet-plugins": "https://github.com/shramov/leaflet-plugins.git#~1.2.1",
"less": "~2.3.0",
"bootstrap": "~3.3.2",
"RenecoFonts": "https://github.com/NaturalSolutions/RenecoFonts.git"
},
"resolutions": {
"moment": ">=2.8.0",
"underscore": "=1.6.0",
"jquery": "~1.11.0"
}
}