-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
55 lines (55 loc) · 1.36 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
{
"name": "spatial-events",
"private": true,
"dependencies": {
"bootstrap-sass": "~3.3.5",
"modernizr": "~2.8.1",
"leaflet": "~0.7.3",
"leaflet-draw": "~0.2.4",
"jquery": "~2.1.4",
"lodash": "~3.10.0",
"moment": "~2.10.3",
"eonasdan-bootstrap-datetimepicker": "~4.14.30",
"bootstrap-tagsinput": "~0.5.0",
"typeahead.js": "~0.11.1",
"sockjs-client": "~1.0.0",
"stomp-websocket": "~2.3.4",
"leaflet-omnivore": "~0.3.2",
"vue": "^1.0.16",
"leaflet.markercluster": "^0.4.0",
"fetch": "^0.11.0",
"webcomponentsjs": "^0.7.21",
"roboto-fontface": "^0.4.5",
"font-awesome": "^4.5.0",
"source-code-pro": "git://github.com/adobe-fonts/source-code-pro.git#release"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/*",
"assets/javascripts/bootstrap.js"
]
},
"leaflet.markercluster": {
"main": [
"dist/MarkerCluster.Default.css",
"dist/MarkerCluster.css",
"dist/leaflet.markercluster.js"
]
},
"roboto-fontface": {
"main": [
"./css/roboto-fontface.scss",
"./fonts/**/*.{eot,svg,ttf,woff,woff2}"
]
},
"leaflet-draw": {
"dependencies": {}
}
},
"devDependencies": {
"chai": "~3.5.0",
"mocha": "~2.4.5"
}
}