No Description

package.json 864B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "react-native-fetch-blob",
  3. "version": "0.10.8",
  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. "rnpm": {
  25. "commands": {
  26. "prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
  27. }
  28. },
  29. "repository": {
  30. "url": "https://github.com/wkh237/react-native-fetch-blob.git"
  31. },
  32. "author": "wkh237 <xeiyan@gmail.com>",
  33. "license": "MIT",
  34. "contributors": [
  35. "Ben <benhsieh@catchplay.com>",
  36. ""
  37. ]
  38. }