package.json 745 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "downloadjs",
  3. "main": "download.js",
  4. "version": "1.4.7",
  5. "description": "file downloading using client-side javascript",
  6. "keywords": [
  7. "files",
  8. "dataURL",
  9. "blob",
  10. "download"
  11. ],
  12. "homepage": "http://danml.com/download.html",
  13. "license": "MIT",
  14. "author": {
  15. "name": "dandavis",
  16. "email": "rndme@users.noreply.github.com",
  17. "url": "http://danml.com/"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/rndme/download.git"
  22. },
  23. "bugs": {
  24. "email": "rndme@users.noreply.github.com"
  25. },
  26. "files": [
  27. "download.js",
  28. "download.min.js"
  29. ],
  30. "npmName": "downloadjs",
  31. "npmFileMap": [
  32. {
  33. "basePath": "/",
  34. "files": [
  35. "*.js"
  36. ]
  37. }
  38. ]
  39. }