No Description

package.json 747B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "react-native-fetch-blob",
  3. "version": "0.9.1",
  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. },
  12. "keywords": [
  13. "react-native",
  14. "fetch",
  15. "blob",
  16. "fs",
  17. "upload",
  18. "file",
  19. "download",
  20. "filestream",
  21. "image header"
  22. ],
  23. "rnpm": {
  24. "commands": {
  25. "prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
  26. }
  27. },
  28. "repository": {
  29. "url": "https://github.com/wkh237/react-native-fetch-blob.git"
  30. },
  31. "author": "wkh237",
  32. "license": "MIT"
  33. }