Attendize/bower.json

35 lines
729 B
JSON
Raw Normal View History

2016-02-29 15:59:36 +00:00
{
"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",
"chartjs": "~0.2.0",
2016-03-03 01:06:19 +00:00
"humane-js": "~3.2.0",
2016-02-29 15:59:36 +00:00
"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"
2016-02-29 15:59:36 +00:00
},
"resolutions": {
"jquery": ">=1.5"
}
}