-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 849 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
{
"name": "oe_dojo",
"description": "Dojo library for Onroerend Erfgoed UI's",
"main": "",
"authors": [
"Flanders Heritage Agency <ict@onroerenderfgoed.be>"
],
"license": "MIT",
"keywords": [
"Dojo",
"Onroerend Erfgoed"
],
"repository": {
"type": "git",
"url": "https://github.com/OnroerendErfgoed/oe_dojo"
},
"homepage": "https://github.com/OnroerendErfgoed/oe_dojo",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"tests",
"Gruntfile.js"
],
"dependencies": {
"dojo": "~1.11.2",
"dijit": "~1.11.2",
"dstore": "~1.1.1",
"dgrid": "~1.1.0",
"foundation": "~5.5.0",
"proj4": "~2.3.15",
"olv319": "https://github.com/openlayers/ol3/releases/download/v3.19.1/v3.19.1-dist.zip",
"jsts": "https://github.com/OnroerendErfgoed/jsts-amd.git#1.2.0"
}
}