{
  "name": "react-native-wysiwyg",
  "version": "0.0.1",
  "description": "Rich text editor for React Native",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shakogegia/react-native-wysiwyg.git"
  },
  "keywords": [
    "react-native",
    "text-editor"
  ],
  "author": "shalva.gegia@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shakogegia/react-native-wysiwyg/issues"
  },
  "homepage": "https://github.com/shakogegia/react-native-wysiwyg#readme",
  "dependencies": {
    "@expo/vector-icons": "^10.0.1",
    "fbemitter": "^2.1.1",
    "lodash": "^4.17.11",
    "native-base": "^2.12.1",
    "react-native-keyboard-aware-view": "^0.0.14",
    "reactotron-react-native": "^3.4.1",
    "shortid": "^2.2.14"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
