forked from Attendize/Attendize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 840 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
{
"name": "Attendize - Ticket Selling & Event Management",
"version": "1.0.0",
"authors": [
"daveearley <dave@attendize.com>"
],
"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.3"
},
"resolutions": {
"jquery": ">=1.5",
"bootstrap": ">=3.0.0"
}
}