Attendize/bower.json

42 lines
964 B
JSON

{
"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.1",
"humane-js": "~3.2.0",
"chartjs": "~0.2.0",
"geocomplete": "~1.6.4",
"wysiwyg-editor": "~1.2.3",
"modernizr": "~2.8.3",
"jquery-form": "malsup/form#~3.46.0",
"RRSSB": "~1.6.0",
"jquery-backstretch": "~2.0.4",
"flot": "~0.8.3",
"morrisjs": "~0.5.1",
"jquery.countdown": "~2.0.4",
"fontawesome": "~4.2.0",
"jquery-fastLiveFilter": "awbush/jquery-fastLiveFilter#~1.0.3",
"hint.css": "~1.3.3",
"wysihtml": "~0.4.17",
"bootstrap-touchspin": "~3.0.1",
"simplemde": "~1.8.1"
},
"resolutions": {
"jquery": ">=1.5"
}
}