-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.5 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
{
"name": "sw.allotmentclub.frontend",
"version": "5.13.1-dev.0",
"authors": [
"Sebastian Wehrmann <[email protected]>"
],
"description": "Allotment club frontend UI",
"private": true,
"dependencies": {
"blockui": "2.65",
"bootstrap": "3.3.5",
"bootstrap-markdown": "2.8.0",
"bootstrapvalidator": "0.5.2",
"bower-knockout-mapping": "2.5.0",
"chosen": "master",
"classy": "https://github.com/sweh/classy.git",
"datatables": "1.10.2",
"datatables-colvis": "1.1.1",
"datatables-tabletools": "2.2.4",
"dropzone": "4.0.1",
"eonasdan-bootstrap-datetimepicker": "4.14.30",
"fastclick": "1.0.6",
"ajja": "4.0.1",
"handlebars": "4.0.5",
"html5shiv": "3.7.2",
"jquery": "2.1.3",
"jquery-ui": "1.10.3",
"jquery.ui.touch-punch.dk": "0.3.3",
"knockout": "3.3.0",
"markdown": "0.5.0",
"moment": "2.11.1",
"datatables-sorting-datetime-moment": "git://github.com/sweh/datatables-sorting-datetime-moment.git",
"offline": "https://github.com/leehambley/offline.git",
"svg-pan-zoom": "3.1.3",
"to-markdown": "0.0.3",
"jquery-file-download": "1.4.4",
"version_compare": "0.0.3",
"jasmine-jquery": "^2.1.1",
"jstree": "^3.3.1",
"Flot": "jquery-flot#^0.8.3"
},
"ignore": [
"**/.*",
"backend",
"roter-see.de",
"bin",
"node_modules",
"frontend/bower_components",
"spec",
"frontend/spec"
],
"resolutions": {
"jquery": "2.1.3",
"jquery-ui": "1.10.3"
}
}