Nav apraksta

package.json 546B

1234567891011121314151617181920212223
  1. {
  2. "name": "react-native-ZSSRichTextEditor",
  3. "publishConfig": {
  4. "registry": "https://registry.npmjs.org/"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/wix-private/react-native-ZSSRichTextEditor.git"
  9. },
  10. "version": "1.0.0",
  11. "description": "React Native Wrapper for ZSSRichTextEditor",
  12. "main": "index.js",
  13. "private": true,
  14. "license": "MIT",
  15. "dependencies": {
  16. "react-native-webview-bridge-updated": "^1.0.0"
  17. },
  18. "peerDependencies": {
  19. "react": "^15.2.1",
  20. "react-native": "^0.31.0"
  21. }
  22. }