-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 750 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 750 Bytes
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
{
"name": "realplanet",
"description": "",
"main": "src/index.html",
"authors": [
"Igor Vladyka"
],
"license": "Apache-2.0",
"homepage": "https://github.com/Igor-Vladyka/realplanet",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"src/libs/ext",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"jquery": "^3.1.0",
"bootstrap": "^3.3.7",
"leaflet": "^1.0.3",
"leaflet-providers": "^1.1.15",
"respond": "^1.4.2",
"toastr": "^2.1.3",
"world-flags-sprite": "*",
"angular-leaflet-directive": "^0.10.0",
"leaflet.markercluster": "^1.0.3"
},
"resolutions": {
"jquery": "^3.1.0",
"leaflet": ">= 1.0.3"
}
}