package.json 928 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "dropzone",
  3. "version": "5.7.0",
  4. "description": "Handles drag and drop of files for you.",
  5. "keywords": [
  6. "dragndrop",
  7. "drag and drop",
  8. "file upload",
  9. "upload"
  10. ],
  11. "homepage": "http://www.dropzonejs.com",
  12. "main": "./dist/dropzone.js",
  13. "maintainers": [
  14. {
  15. "name": "Matias Meno",
  16. "email": "m@tias.me",
  17. "web": "http://www.colorglare.com"
  18. }
  19. ],
  20. "contributors": [
  21. {
  22. "name": "Matias Meno",
  23. "email": "m@tias.me",
  24. "web": "http://www.colorglare.com"
  25. }
  26. ],
  27. "scripts": {
  28. "test": "grunt && npm run test-prebuilt",
  29. "test-prebuilt": "mocha-headless-chrome -f test/test-prebuilt.html -a no-sandbox -a disable-setuid-sandbox"
  30. },
  31. "bugs": {
  32. "email": "m@tias.me",
  33. "url": "https://gitlab.com/meno/dropzone/issues"
  34. },
  35. "license": "MIT",
  36. "repository": {
  37. "type": "git",
  38. "url": "https://gitlab.com/meno/dropzone.git"
  39. }
  40. }