Files
svelte-dropzone/package.json
arnaudDerbey 9e7b8d53e5 update rm
2019-07-02 10:45:03 +02:00

26 lines
566 B
JSON

{
"name": "svelte-dropzone",
"version": "1.0.05",
"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"
}
}