forked from publiclab/plots2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 1.04 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
{
"name": "plots2",
"version": "2.1",
"dependencies": {
"fontawesome": "~4.5.0",
"bootstrap": "~3.2.0",
"bootstrap-typeahead": "bassjobsen/Bootstrap-3-Typeahead#~4.0.0",
"bootstrap-datepicker": "~1.6.0",
"bootstrap-tokenfield": "~0.12.0",
"jquery": "~1.11",
"jquery-file-upload": "~8.1.0",
"marked": "0.3.2",
"ics": "nwcell/ics.js#0.1.3",
"jsdiff": "~1.2.2",
"flot": "~0.7",
"leaflet": "0.7.3",
"moment": "~2.10.6",
"junction": "theleagueof/junction",
"publiclab-editor": "publiclab/PublicLab.Editor#~1.0.0",
"inline-markdown-editor": "~0.3.0",
"leaflet-d3": "^0.3.8",
"woofmark": "~4.2.0",
"horsey": "3.0.0",
"megamark": "~3.3.0",
"i18n-js": "^2.1.2",
"short-code-forms": "jywarren/short-code-forms#~0.0.1",
"leaflet-blurred-location": "publiclab/leaflet-blurred-location#master",
"chart.js": "v2.7.0",
"typeahead.js-browserify": "Javier-Rotelli/typeahead.js-browserify#~1.0.7"
},
"resolutions": {
"jquery": "~2.1.0",
"bootstrap": "~3.2.0"
}
}