first commit, after modifying client section

This commit is contained in:
Kwesi Banson
2023-02-22 07:48:50 +00:00
commit ad0dd6a6e1
1880 changed files with 538494 additions and 0 deletions

25
public/assets/vendors/dropzone/.bower.json vendored Executable file
View File

@@ -0,0 +1,25 @@
{
"name": "dropzone",
"location": "enyo/dropzone",
"version": "4.3.0",
"description": "Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.",
"homepage": "http://www.dropzonejs.com",
"main": [
"dist/min/dropzone.min.css",
"dist/min/dropzone.min.js"
],
"ignore": [
"*",
"!dist",
"!dist/**/*"
],
"_release": "4.3.0",
"_resolution": {
"type": "version",
"tag": "v4.3.0",
"commit": "48019baccdc567df198549dbe75c28bfcd6ab3e0"
},
"_source": "https://github.com/enyo/dropzone.git",
"_target": "^4.3.0",
"_originalSource": "dropzone"
}