26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"name": "svelte-dropzone",
|
|
"version": "1.0.5",
|
|
"description": "A simple & ssr ready wrapper around dropzone.JS for svelte/sapper.",
|
|
"keywords": [
|
|
"svelte",
|
|
"sapper",
|
|
"svelte-components",
|
|
"dropzone",
|
|
"dropzonejs"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arnaudDerbey/svelte-dropzone.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/arnaudDerbey/svelte-dropzone/issues"
|
|
},
|
|
"main": "index.svelte",
|
|
"author": "Arnaud DERBEY",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dropzone": "^5.5.1"
|
|
}
|
|
}
|