-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
70 lines (70 loc) · 1.74 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
{
"name": "tink-gis-angular",
"version": "1.0.0",
"main": [
"dist/tink-gis-angular.js"
],
"ignore": [
".*",
"**/.*",
"Gruntfile.js",
"package.json",
"src",
"test",
"*.sublime-project"
],
"dependencies": {
"angular": "~1.4.3",
"angular-resource": "~1.4.3",
"angular-cookies": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-touch": "~1.4.3",
"angular-route": "~1.4.3",
"jquery": "~3.3.1",
"tink-core": "latest",
"tink-navigation-angular": "^2.0.1",
"angular-logger": "~1.4.0",
"leaflet": "Leaflet#^1.3.1",
"tink-accordion-angular": "^2.0.1",
"angular-ui-sortable": "^0.19.0",
"lodash": "4.14.2",
"tink-modal-angular": "^2.0.0",
"proj4": "^2.3.12",
"Leaflet.awesome-markers": "^2.0.2",
"angular-filter": "^0.5.8",
"leaflet-draw": "latest",
"leaflet-geodesy": "^0.2.1",
"esri-leaflet": "^2.0.0",
"jxon": "^2.0.0-beta.5",
"Proj4Leaflet": "1.0.2",
"sweetalert": "^1.1.3",
"tink-pagination-angular": "^2.0.0",
"ng-lodash": "^0.5.0",
"typeahead.js": "^0.11.1",
"tink-tooltip-angular": "^2.0.6",
"toastr": "^2.1.3",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.3",
"angularjs-slider": "6.4.3"
},
"devDependencies": {
"angular-mocks": "~1.4.3",
"angular-scenario": "~1.4.3"
},
"resolutions": {
"lodash": "^4.3.0",
"angular": "~1.4.3",
"angular-touch": "~1.4.3",
"angular-cookies": "~1.4.3",
"angular-sanitize": "~1.4.3",
"angular-route": "~1.4.3",
"angular-animate": "~1.4.3",
"angular-resource": "~1.4.3",
"proj4": "^2.3.12",
"esri-leaflet": "^2.0.0",
"ng-lodash": "^0.5.0",
"jsts": "^1.1.2",
"jquery": "~3.3.1"
}
}