This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.76 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
{
"name": "SolarSurferCommander",
"version": "0.2.4",
"main": [
"app/assets/img/BlueRobotics-SolarSurfer-Logo.png",
"app/assets/img/favicon.png",
"app/assets/img/apple-touch-icon.png",
"app/components/solar-surfer-api/solar-surfer-api.js",
"app/components/tlm-status/tlm-status.js",
"app/components/tlm-status/tlm-status.less",
"app/components/tlm-map/tlm-map.js",
"app/components/tlm-map/assets/img/black-marker.png",
"app/components/tlm-map/assets/img/cyan-marker.png",
"app/components/tlm-map/assets/img/green-marker.png",
"app/components/tlm-map/assets/img/pink-marker.png",
"app/components/tlm-map/assets/img/purple-marker.png",
"app/components/tlm-map/assets/img/red-marker.png",
"app/components/tlm-map/assets/img/surfboard-marker.png"
],
"ignore": [
"**/.*",
"node_modules"
],
"dependencies": {
"angular": "1.2.12",
"angular-animate": "1.2.12",
"angular-sanitize": "1.2.12",
"angular-resource": "1.2.12",
"angular-route": "1.2.12",
"angular-cookies": "1.2.12",
"angular-mocks": "1.2.12",
"angular-bootstrap": "~0.11.0",
"bootstrap": "~3.2.0",
"lodash": "~2.4.1",
"js-quantities": "~1.4.1",
"moment": "~2.7.0",
"angular-google-maps": "~1.1.13",
"highcharts-ng": "~0.0.6",
"highcharts": "~3.0.7",
"angular-moment": "~0.8.0",
"angularjs-geolocation": "~0.1.1",
"SolarSurferMessage": "https://github.com/bluerobotics/SolarSurferMessage.git#v0.2.0"
},
"overrides": {
"bootstrap": {
"main": [
"./dist/fonts/glyphicons-halflings-regular.eot",
"./dist/fonts/glyphicons-halflings-regular.svg",
"./dist/fonts/glyphicons-halflings-regular.ttf",
"./dist/fonts/glyphicons-halflings-regular.woff"
]
}
}
}