-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
44 lines (44 loc) · 1.25 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
{
"name": "ive",
"homepage": "https://github.com/sitcomlab/IVE",
"authors": [
"Nicholas Schiestel <[email protected]>"
],
"description": "",
"main": "",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "^1.6.6",
"jquery": "^3.1.0",
"angular-route": "^1.6.6",
"angular-translate": "^2.11.1",
"font-awesome": "^4.6.3",
"bootstrap": "v4.0.0-alpha.6",
"angular-socket-io": "^0.7.0",
"socket.io-client": "4.0.1",
"angular-sanitize": "^1.6.6",
"videogular": "^1.4.4",
"videogular-themes-default": "^1.4.4",
"videogular-controls": "^1.4.4",
"underscore": "^1.8.3",
"angular-underscore-module": "^1.0.3",
"moment": "^2.17.1",
"angular-momentjs": "^0.2.2",
"leaflet": "~0.7.x",
"ui-leaflet": "^2.0.0",
"threejs": "r132",
"components-threejs": "^0.0.79",
"ngclipboard": "^1.1.1",
"mapbox-gl-js": "https://github.com/nicho90/mapbox-gl-js-bower.git#0.39.1",
"ng-file-upload": "^12.2.13",
"videogular-buffering": "^1.4.4",
"videogular-overlay-play": "^1.4.4",
"videogular-poster": "^1.4.4",
"mapbox-gl-geocoder": "mapbox-gl-geocoder-bower#^2.1.0"
},
"resolutions": {
"angular": "1.8.0",
"angular-sanitize": "1.8.0"
}
}