-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
80 lines (80 loc) · 1.88 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "petron",
"description": "Raspberry Pi Car Computer",
"main": "index.js",
"authors": [
"Dominic Rico Gómez <hello@coderocket.me>"
],
"license": "MIT",
"keywords": [
"petron",
"car",
"computer",
"audio",
"video",
"navigation",
"obd"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~1.10",
"angular": "^1.5.8",
"bulma": "0.2.1",
"angular-ui-router": "ui-router#^0.3.1",
"angular-electron": "^0.2.1",
"angular-sanitize": "^1.6.3",
"angular-translate": "^2.12.1",
"angular-translate-loader-static-files": "^2.12.1",
"ng-dialog": "^0.6.4",
"angular-translate-interpolation-messageformat": "^2.12.1",
"async": "^2.1.2",
"angular-rangeslider-directive": "^0.0.2",
"AngularHammer": "angular-hammerjs#2.1.10",
"hammerjs": "^2.0.8",
"hammer-time": "^1.1.0",
"ui-leaflet": "^2.0.0",
"mapbox-gl-js": "^0.11.0",
"mapbox-gl-leaflet": "https://github.com/mapbox/mapbox-gl-leaflet.git#^0.0.1",
"sprintf": "^1.0.3",
"angular-translate-loader-partial": "^2.13.0",
"polyline": "^0.2.0",
"angular-dynamic-locale": "^0.1.32",
"angular-i18n": "^1.6.2",
"ngSweetAlert2": "^2.0.0",
"range-touch": "git@github.com:dwyl/range-touch.git"
},
"overrides": {
"mapbox-gl-leaflet": {
"main": "leaflet-mapbox-gl.js"
},
"mapbox-gl-js": {
"main": [
"mapbox-gl.js",
"mapbox-gl.css"
]
},
"polyline": {
"main": [
"src/polyline.js"
]
}
},
"resolutions": {
"angular": "^1.5.8",
"angular-translate": "^2.12.1",
"messageformat": "~1.0.2",
"angular-mocks": "^1.6.3"
},
"devDependencies": {
"angular-mocks": "^1.6.3",
"TouchEmulator": "hammer-touchemulator#^0.0.2"
}
}