package.json 497 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@uppy/react-native",
  3. "description": "React Native Uppy UI components",
  4. "version": "0.0.3",
  5. "main": "file-picker/index.js",
  6. "license": "MIT",
  7. "keywords": [
  8. "file uploader",
  9. "uppy",
  10. "uppy-plugin",
  11. "react",
  12. "react-components",
  13. "react-native"
  14. ],
  15. "homepage": "https://uppy.io",
  16. "bugs": {
  17. "url": "https://github.com/transloadit/uppy/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/transloadit/uppy.git"
  22. }
  23. }