123456789101112131415161718192021222324252627
  1. {
  2. "name": "react-native-view-shot",
  3. "version": "3.0.1",
  4. "description": "Capture a React Native view to an image",
  5. "main": "src/index.js",
  6. "types": "src/index.d.ts",
  7. "keywords": [
  8. "react-native",
  9. "screenshot",
  10. "viewshot",
  11. "view-snapshot",
  12. "snapshot",
  13. "rasterize"
  14. ],
  15. "author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
  16. "homepage": "https://github.com/gre/react-native-view-shot",
  17. "license": "MIT",
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/gre/react-native-view-shot.git"
  21. },
  22. "peerDependencies": {
  23. "react": "*",
  24. "react-native": "*"
  25. }
  26. }