UNPKG

react-dropzone

Version:
37 lines (36 loc) 827 B
{ "name": "react-dropzone", "version": "2.2.2", "description": "Simple HTML5 drag-drop zone with React.js", "main": "lib/index.js", "scripts": { "build": "babel index.js --out-file lib/index.js", "prepublish": "babel index.js --out-file lib/index.js" }, "keywords": [ "react-component", "react", "drag", "drop", "upload" ], "repository": { "type": "git", "url": "git@github.com:paramaggarwal/react-dropzone.git" }, "bugs": { "url": "https://github.com/paramaggarwal/react-dropzone/issues" }, "homepage": "https://github.com/paramaggarwal/react-dropzone", "author": "Param Aggarwal", "license": "MIT", "peerDependencies": { "react": ">=0.13" }, "dependencies": { "attr-accept": "^1.0.2" }, "devDependencies": { "babel": "^5.8.21" } }