-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
63 lines (63 loc) · 1.44 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "webmapp",
"version": "1.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap-sass-official": "^3.2.0",
"angular-animate": "^1.4.0",
"angular-cookies": "^1.4.0",
"angular-resource": "^1.4.0",
"angular-route": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-touch": "^1.4.0",
"proj4": "^2.3.14",
"remarkable-bootstrap-notify": "^3.1.3",
"font-awesome": "^4.6.2",
"ui-leaflet": "^1.0.0",
"ui-leaflet-draw": "^0.0.3",
"leaflet.locatecontrol": "^0.52.0",
"leaflet-minimap": "^3.3.1",
"leaflet-slider": "^1.0.4",
"leaflet-spin": "^0.1.1",
"shp": "^3.3.2",
"Leaflet.EasyButton": "^1.2.0",
"requirejs": "^2.2.0",
"Leaflet.label": "^0.2.1",
"es5-shim": "^4.5.8"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "webmappApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"Leaflet.label": {
"main": [
" dist/leaflet.label-src.js",
"dist/leaflet.label.css"
]
}
},
"homepage": "https://github.com/luxigo/webmapp",
"authors": [
"Luc Deschenaux <Luc Deschenaux>",
"Rurik Bugdanov <Rurik Bugdanov>"
],
"description": "",
"main": "",
"license": "AGPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}