forked from oscarfonts/sensor-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
66 lines (66 loc) · 1.53 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
59
60
61
62
63
64
65
66
{
"name": "sensor-widgets",
"version": "0.1.0",
"homepage": "https://github.com/oscarfonts/sensor-widgets",
"authors": [
"Oscar Fonts <[email protected]> (http://fonts.cat)"
],
"description": "Configurable graphical components for your SOS sensor data.",
"main": "dist/js/factory.js",
"moduleType": [
"amd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.15",
"requirejs-text": "~2.0.12",
"flot": "~0.8.3",
"flot.tooltip": "~0.8.4",
"jquery": "~2.1.1",
"jquery-ui": "~1.11.1",
"jqgrid": "~4.6.0",
"leaflet": "~0.7.3",
"Leaflet.label": "~0.2.1",
"moment": "~2.9.0",
"bootstrap": "~3.3.4",
"bootstrap-daterangepicker": "~1.3.21",
"highlightjs": "~8.7.0",
"highcharts": "^4.2.3"
},
"exportsOverride": {
"requirejs-text": {
"/": "text.js"
},
"flot": {
"/": "jquery.flot{,.time,.resize,.navigate}.js"
},
"highcharts": {
"/": "highcharts{,-more}.js"
},
"highlightjs": {
"/": "{highlight.pack.js,styles/color-brewer.css}"
},
"jquery-ui": {
"/": "{jquery-ui.js,themes/redmond/jquery-ui.css}",
"images": "themes/redmond/images/**"
},
"leaflet": {
"/": "dist/leaflet.{js,css}",
"images": "dist/images/*.png"
},
"Leaflet.label": {
"/": "dist/leaflet.label.{js,css}"
},
"moment": {
"/": "moment.js",
"/locale": "locale/{es,ca}.js"
}
}
}