-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 981 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
{
"name": "enmonitor-demo",
"description": "Dynamic Discovery of IoT Resources for Testbed Agnostic Data Access.",
"main": "enmonitor-demo.js",
"authors": [
"FIESTA-IoT consortium"
],
"directory": "public/",
"license": "FIESTA-IoT consortium",
"homepage": "http://fiesta-iot.eu/",
"dependencies": {
"bootstrap-toggle": "^2.2.2",
"bootstrap": "^3.3.6",
"leaflet": "^0.7.7",
"leaflet.active-layers": "leaflet.activelayers#^0.3.0",
"leaflet-draw": "^0.3.0",
"leaflet.markercluster": "^0.5.0",
"lodash": "^4.13.1",
"circular-json": "^0.3.1",
"leaflet-groupedlayercontrol": "^0.5.0",
"socket.io-client": "^1.7.1",
"jQuery": "^3.1.1",
"datatables.net": "^1.10.13",
"d3": "^3.5.17",
"mathjs": "^3.10.0",
"Leaflet.EasyButton": "^2.0.0",
"heatmap.js-amd": "^2.0.5",
"seiyria-bootstrap-slider": "^9.8.0"
}
}