-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
47 lines (47 loc) · 1.3 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
{
"name": "domegis",
"version": "0.0.0",
"homepage": "https://github.com/ecodigital/DomeGIS",
"authors": [
"Miguel Peixe <miguel@cardume.art.br>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"leaflet": "~1.0.0",
"Leaflet.fullscreen": "https://github.com/Leaflet/Leaflet.fullscreen.git",
"Leaflet.utfgrid": "https://github.com/danzel/Leaflet.utfgrid.git",
"angular": "~1.5.3",
"jquery": "~2.2.2",
"underscore": "~1.8.3",
"angular-ui-router": "~1.0.4",
"bootstrap": "~3.3.6",
"moment": "~2.12.0",
"jquery-ui": "~1.11.4",
"skeleton-css": "~2.0.4",
"angular-ui-ace": "bower",
"feathers-client": "~1.2.1",
"angular-bootstrap-colorpicker": "~3.0.25",
"socket.io-client": "~1.4.5",
"fontawesome": "~4.6.1",
"angular-ui-sortable": "~0.14.0",
"angular-cookies": "~1.5.5",
"chroma-js": "~1.1.1",
"leaflet-bing-layer": "gmaclennan/leaflet-bing-layer#~3.0.1",
"ngInfiniteScroll": "ng-infinite-scroll/ng-infinite-scroll-bower#~1.3.1",
"ng-file-upload": "~12.2.12",
"mustache.js": "mustache#~2.3.0",
"angular-timer": "~1.3.4",
"angular-loading-bar": "^0.9.0"
},
"resolutions": {
"leaflet": "~1.0.0",
"moment": "~2.12.0"
}
}