forked from Attendize/Attendize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 730 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 730 Bytes
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
{
"name": "Attendize",
"version": "1.0.0",
"authors": [
"david4ie <dave@earley.email>"
],
"description": "Ticketing Platform",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"curioussolutions-datetimepicker": "~0.1.26",
"chartjs": "~0.2.0",
"humane-js": "~3.2.0",
"geocomplete": "~1.6.4",
"modernizr": "~2.8.3",
"jquery-form": "malsup/form#~3.46.0",
"RRSSB": "~1.6.0",
"jquery-backstretch": "~2.0.4",
"fontawesome": "~4.2.0",
"simplemde": "~1.8.1",
"bootstrap-touchspin": "~3.0.1"
},
"resolutions": {
"jquery": ">=1.5"
}
}