No Description

package.json 557B

12345678910111213141516171819202122
  1. {
  2. "name": "react-native-temp-rich-text-editor",
  3. "publishConfig": {
  4. "registry": "http://repo.dev.wix/artifactory/api/npm/npm-local/"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/wix-private/react-native-ZSSRichTextEditor.git"
  9. },
  10. "version": "0.1.13",
  11. "description": "React Native Wrapper for ZSSRichTextEditor",
  12. "main": "index.js",
  13. "license": "UNLICENSED",
  14. "dependencies": {
  15. "react-native-webview-bridge-updated": "^1.0.0"
  16. },
  17. "peerDependencies": {
  18. "react": "*",
  19. "react-native": ">=0.31.0"
  20. }
  21. }