forked from Attendize/Attendize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 965 Bytes
/
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
{
"name": "attendize-event-ticketing",
"version": "1.0.0",
"authors": [
"daveearley <[email protected]>"
],
"description": "Ticketing Platform",
"license": "AAL",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"curioussolutions-datetimepicker": "~0.1.26",
"chartjs": "~2.0.0-beta2",
"humane-js": "~3.2.0",
"geocomplete": "~1.6.4",
"modernizr": "~2.8.3",
"jquery-form": "malsup/form#~3.46.0",
"RRSSB": "~1.10.0",
"jquery-backstretch": "~2.0.4",
"fontawesome": "~4.2.0",
"simplemde": "~1.8.1",
"bootstrap-touchspin": "~3.0.1",
"jquery-minicolors": "^2.2.4",
"fullcalendar": "^2.7.1",
"vue": "^1.0.24",
"vue-resource": "^0.7.0",
"html.sortable": "^0.3.1",
"jquery.payment": "^1.4.2"
},
"resolutions": {
"jquery": ">=1.5",
"bootstrap": ">=3.0.0"
}
}