first upload
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user