forked from Esri/arcgis-js-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 831 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
{
"name": "arcgis-js-api",
"version": "3.34.0",
"description": "Minified, unbuilt version of the ArcGIS API for JavaScript that can be used for bower.",
"license": "SEE LICENSE IN http://js.arcgis.com/3.25/esri/copyright.txt",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"dojo": "Esri/dojo#v1.14.2/esri-3.28.0",
"dojox": "Esri/dojox#v1.14.2/esri-3.28.0",
"dijit": "Esri/dijit#v1.14.2/esri-3.28.0",
"util": "Esri/dojo-util#v1.14.2/esri-3.28.0",
"dgrid": "Esri/dgrid#0.3.17/esri-3.20.0",
"dgrid1": "Esri/dgrid#v1.2.1/esri-3.22.0",
"dstore": "1.1.2",
"put-selector": "0.3.6",
"xstyle": "0.3.2",
"moment": "2.24.0"
},
"moduleType": [
"amd"
],
"keywords": [
"arcgis",
"esri",
"gis"
]
}