first upload

This commit is contained in:
arnaudDerbey
2019-07-01 19:26:04 +02:00
commit 66ad9339bf
5 changed files with 178 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "sv-dropzone",
"version": "1.0.1",
"description": "A simple && ssr ready wrapper around dropzone.JS for svelte/sapper.",
"keywords": [
"svelte",
"sapper",
"dropzone",
"file upload"
],
"main": "index.svelte",
"author": "Arnaud DERBEY",
"license": "MIT",
"dependencies": {
"dropzone": "^5.5.1"
}
}