No Description

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "react-native-fetch-blob",
  3. "version": "0.10.3-beta.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. "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. "960px <pinovel@gmail.com>",
  36. "Andreas Amsenius <andreas@amsenius.se>",
  37. "Arthur Ouaki <arthur.ouaki@gmail.com>",
  38. "Binur Konarbai <binur95@gmail.com>",
  39. "Chris Sloey <chris@addjam.com>",
  40. "Corentin Smith <corentin.smith@gmail.com>",
  41. "Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
  42. "Dombi Soma Kristóf <dombis@sonrisa.hu>",
  43. "Erik Smartt <code@eriksmartt.com>",
  44. "Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
  45. "Frank van der Hoek <frank.vanderhoek@gmail.com>",
  46. "Juan B. Rodriguez <jbrodriguez@gmail.com>",
  47. "Kaishley <kklingachetti@msn.com>",
  48. "Martin Giachetti <martin.giachetti@gmail.com>",
  49. "Mike Monteith <mike@mikemonteith.com>",
  50. "Naoki AINOYA <ainonic@gmail.com>",
  51. "Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>",
  52. "Petter Hesselberg <petterh@microsoft.com>",
  53. "Tim Suchanek <tim.suchanek@gmail.com>",
  54. "follower <github@rancidbacon.com>",
  55. "francisco-sanchez-molina <psm1984@gmail.com>",
  56. "hhravn <hhravn@gmail.com>",
  57. "kejinliang <kejinliang@users.noreply.github.com>",
  58. "pedramsaleh <spmact@yahoo.ca>",
  59. "smartt <github@eriksmartt.com>",
  60. ""
  61. ]
  62. }