forked from oceanobservatories/ooi-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
51 lines (51 loc) · 1.28 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
{
"name": "ooiui-science",
"version": "0.0.1",
"homepage": "https://github.com/asascience-open/ooi-ui",
"authors": [
"Brian Smith <BSmith@asascience.com>"
],
"description": "OOI UI Science",
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"d3": "~3.4.13",
"bootstrap": "~3.3.1",
"leaflet": "~0.7.3",
"Leaflet.awesome-markers": "~2.0.2",
"holderjs": "~2.4.1",
"leaflet.markercluster": "~0.4.0",
"moment": "~2.8.3",
"bootstrap3-datetimepicker": "~3.1.3",
"morris.js": "~0.5.1",
"fancytree": "~2.4.1",
"font-awesome": "~4.2.0",
"jquery-ui": "~1.11.2",
"bootstrap-switch": "~3.2.2",
"backbone": "~1.1.2",
"backbone-validation": "~0.9.1",
"backbone.stickit": "~0.8.0",
"c3js-chart": "~0.4.8",
"metis-menu": "https://github.com/onokumus/metisMenu.git",
"loremjs": "*",
"jquery-cookie": "~1.4.1",
"backgrid": "~0.3.5",
"backbone-pageable": "~1.4.8",
"wellknown": "~0.3.1",
"bootstrap-select": "~1.6.3",
"backlunr": "https://github.com/mpneuried/backlunr.git#~0.2.2",
"lunr.js": "~0.5.7"
},
"resolutions": {
"jquery": "~2.1.1",
"bootstrap": "~3.3.1"
}
}