{
    "name": "react-native-emoji-input",
    "version": "1.1.10",
    "description": "A React Native emoji keyboard component",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/sskhandek/react-native-emoji-input.git"
    },
    "keywords": [
        "react",
        "native",
        "emoji",
        "input",
        "component",
        "keyboard"
    ],
    "author": "sskhandek",
    "contributors": [
        {
            "name": "Rijn Bian",
            "email": "bxbian951122@gmail.com"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/sskhandek/react-native-emoji-input/issues"
    },
    "homepage": "https://github.com/sskhandek/react-native-emoji-input#readme",
    "dependencies": {
        "emoji-datasource": "^4.0.4",
        "emoji-datasource-apple": "^4.0.4",
        "eslint-plugin-react": "^7.8.2",
        "fuse.js": "^3.4.4",
        "lodash": "^4.17.5",
        "react-native-animatable": "^1.3.0",
        "react-native-elements": "^0.19.0",
        "react-native-responsive-dimensions": "^1.0.2",
        "react-native-triangle": "^0.0.9",
        "react-native-vector-icons": "^4.5.0",
        "recyclerlistview": "^1.3.4"
    },
    "jest": {
        "preset": "react-native"
    }
}
