package.json 736B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "react-native-view-shot",
  3. "version": "3.1.2",
  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. "devDependencies": {
  27. "flow-bin": "^0.116.1",
  28. "react": "^16.12.0",
  29. "react-native": "^0.61.5"
  30. }
  31. }