Initial commit 2

This commit is contained in:
Merrick Rumel 2020-08-19 14:28:41 -04:00
parent 8c6a83f3be
commit 7c1ac022cb
28 changed files with 8640 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "enyo/dropzone",
"description": "Handles drag and drop of files for you.",
"homepage": "http://www.dropzonejs.com",
"keywords": [
"dragndrop",
"drag and drop",
"file upload",
"upload"
],
"authors": [{
"name": "Matias Meno",
"email": "m@tias.me",
"homepage": "http://www.matiasmeno.com"
}],
"license": "MIT",
"minimum-stability": "dev"
}