37 lines
840 B
JSON
37 lines
840 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|