forked from infra-geo-ouverte/igo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
29 lines (29 loc) · 845 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
{
"name": "Igo",
"version": "1.1.0",
"authors": [
"Marc-André Barbeau <marc-andre.barbeau@msp.gouv.qc.ca>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~1.10.2",
"jquery-ui": "~1.11.2",
"togeojson": "~0.11.1",
"togpx": "git@github.com:tyrasd/togpx.git#0.3.1",
"openlayers": "git@github.com:openlayers/openlayers.git#release-2.13",
"extjs": "http://cdn.sencha.com/ext/gpl/ext-3.4.1.1-gpl.zip",
"handlebars": "~3.0.0",
"r.js": "git@github.com:jrburke/r.js.git#2.1.18",
"html2canvas": "0.5.0-beta4",
"canvg": "http://canvg.github.io/canvg/canvg.js",
"rgbcolor": "http://canvg.github.io/canvg/rgbcolor.js",
"StackBlur": "http://canvg.github.io/canvg/StackBlur.js",
"es6-promise": "~3.1.2"
}
}