{
  "name": "react-native-rn-emojikeyboard",
  "version": "1.0.1",
  "description": "react-native emoji keyboard",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "patch": "npm version patch && npm publish",
    "minor": "npm version minor && npm publish",
    "major": "npm version major && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/zengjie123/react-native-emojikeyboard"
  },
  "keywords": [
    "react",
    "native",
    "react-native",
    "emoji",
    "skin-tone",
    "component",
    "keyboard",
    "Android",
    "ios"
  ],
  "author": "zeng jie",
  "license": "ISC",
  "dependencies": {
    "emoji-datasource": "^5.0.1",
    "lodash": "^4.17.15",
    "prop-types": "^15.7.2",
    "string.fromcodepoint": "^0.2.1",
    "zjeen-react-native-rn-scrollable-tab-view": "^1.1.0"
  }
}
