{
    "name":             "react-native-webview-crosswalk-do",
    "version":          "0.5.1",
    "description":      "Crosswalk's WebView for React Native on Android",
    "scripts":          {
        "postinstall": "node get_library.js",
        "lint":        "eslint ."
    },
    "repository":       {
        "type": "git",
        "url":  "https://github.com/RafaelHovhannisyan/react-native-webview-crosswalk.git"
    },
    "keywords":         [
        "react",
        "native",
        "react native",
        "webview",
        "crosswalk",
        "xwalk",
        "android"
    ],
    "author":           "Jordan Sexton <jordan@jordansexton.com>",
    "contributors":     [
        {
            "name":  "Rafayel Hovhannisyan",
            "email": "rafael.hovhannisyan@live.com"
        }
    ],
    "license":          "MIT",
    "bugs":             {
        "url": "https://github.com/RafaelHovhannisyan/react-native-webview-crosswalk/issues"
    },
    "homepage":         "https://github.com/RafaelHovhannisyan/react-native-webview-crosswalk",
    "peerDependencies": {
        "react":        ">=15.3.0",
        "react-native": ">=0.32.0"
    },
    "dependencies":     {
        "node-wget": "0.4.2"
    },
    "devDependencies":  {
        "babel-eslint":        "6.1.2",
        "eslint":              "3.2.2",
        "eslint-plugin-react": "6.0.0"
    }
}
