{
    "name": "react-native-latex",
    "version": "0.5.0",
    "description": "React Native - Component to render LateX formulas in React Native App",
    "license": "MIT",
    "main": "src/index.js",
    "author": "jinnahrae@gmail.com",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/railsjack/react-native-latex"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "keywords": [
        "latex",
        "React",
        "Native"
    ],
    "dependencies": {
        "gently-copy": "latest",
        "react-native-webview": "latest"
    }
}
