No Description

package.json 727B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "rn-fetch-blob",
  3. "version": "0.12.0",
  4. "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "dependencies": {
  10. "base-64": "0.1.0",
  11. "glob": "7.0.6"
  12. },
  13. "keywords": [
  14. "react-native",
  15. "fetch",
  16. "blob",
  17. "fs",
  18. "upload",
  19. "file",
  20. "download",
  21. "filestream",
  22. "image header"
  23. ],
  24. "repository": {
  25. "url": "https://github.com/joltup/rn-fetch-blob.git"
  26. },
  27. "author": "Joltup",
  28. "license": "MIT",
  29. "contributors": [
  30. "Ben <benhsieh@catchplay.com>",
  31. "wkh237 <xeiyan@gmail.com>"
  32. ]
  33. }