Files
svelte-dropzone/package.json
arnaudDerbey 84a30daa56 update readme
2019-07-02 10:32:59 +02:00

26 lines
558 B
JSON

{
"name": "svelte-dropzone",
"version": "1.0.01",
"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/sv-dropzone.git"
},
"bugs": {
"url": "https://github.com/arnaudDerbey/sv-dropzone/issues"
},
"main": "index.svelte",
"author": "Arnaud DERBEY",
"license": "MIT",
"dependencies": {
"dropzone": "^5.5.1"
}
}