-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathbower.json
44 lines (44 loc) · 966 Bytes
/
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": "dojo-bootstrap-map-js",
"version": "3.2.3",
"homepage": "https://github.com/Esri/dojo-bootstrap-map-js",
"authors": [
"Tom Wayson <twayson@esri.com>"
],
"main": "src/index.html",
"keywords": [
"Esi",
"Dojo",
"Bootstrap"
],
"license": "Apache",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap-map-js": "~0.0.2",
"esri": "arcgis-js-api#3.15",
"dojo-bootstrap": "~3.0.2",
"dijit": "1.10.4",
"dojo": "1.10.4",
"dojox": "1.10.4",
"util": "dojo-util#1.10.4",
"dgrid": "0.3.17",
"put-selector": "0.3.6",
"xstyle": "0.1.3",
"spinjs": "2.0.1"
},
"resolutions": {
"xstyle": "0.1.3/esri-3.14.0",
"dojo": "v1.10.4/esri-3.14.0",
"dgrid": "0.3.17/esri-3.14.0",
"dijit": "v1.10.4/esri-3.14.0",
"dojox": "v1.10.4/esri-3.14.0",
"util": "v1.10.4/esri-3.14.0"
}
}