You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
411 B

  1. {
  2. "name": "enyo/dropzone",
  3. "description": "Handles drag and drop of files for you.",
  4. "homepage": "https://www.dropzone.dev/js",
  5. "keywords": [
  6. "dragndrop",
  7. "drag and drop",
  8. "file upload",
  9. "upload"
  10. ],
  11. "authors": [
  12. {
  13. "name": "Matias Meno",
  14. "email": "m@tias.me",
  15. "homepage": "http://www.matiasmeno.com"
  16. }
  17. ],
  18. "license": "MIT",
  19. "minimum-stability": "dev"
  20. }