1234567891011121314151617181920212223 |
- {
- "name": "react-native-ZSSRichTextEditor",
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/wix-private/react-native-ZSSRichTextEditor.git"
- },
- "version": "1.0.0",
- "description": "React Native Wrapper for ZSSRichTextEditor",
- "main": "index.js",
- "private": true,
- "license": "MIT",
- "dependencies": {
- "react-native-webview-bridge-updated": "^1.0.0"
- },
- "peerDependencies": {
- "react": "^15.2.1",
- "react-native": "^0.31.0"
- }
- }
|