dropperx
Version:
File drop target
43 lines (42 loc) • 981 B
JSON
{
"name": "dropperx",
"version": "1.0.1",
"description": "File drop target",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "microbundle --jsx React.createElement",
"watch": "microbundle --jsx React.createElement watch"
},
"keywords": [
"dnd",
"drag",
"drop",
"React",
"files",
"dropper",
"jsx"
],
"author": "mfix22 <mrfix84@gmail.com> (http://mfix22.github.io/)",
"license": "MIT",
"dependencies": {
"react-dropzone": "^8.0.3"
},
"devDependencies": {
"microbundle": "^0.9.0",
"react": "latest"
},
"peerDependencies": {
"react": ">=0.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfix22/dropperx.git"
},
"bugs": {
"url": "https://github.com/mfix22/dropperx/issues"
},
"homepage": "https://github.com/mfix22/dropperx#readme"
}