mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-27 19:31:07 +00:00
39 lines
903 B
JSON
39 lines
903 B
JSON
{
|
|
"name": "react-native-webview-bridge",
|
|
"version": "0.33.0",
|
|
"description": "React Native WebView Javascript Bridge",
|
|
"main": "webview-bridge",
|
|
"directories": {
|
|
"example": "example",
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:alinz/react-native-webview-bridge.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"react-component",
|
|
"ios",
|
|
"webview-bridge"
|
|
],
|
|
"author": "Ali Najafizadeh",
|
|
"contributors": [
|
|
"Hunter Medney"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/alinz/react-native-webview-bridge/issues"
|
|
},
|
|
"homepage": "https://github.com/alinz/react-native-webview-bridge",
|
|
"dependencies": {
|
|
"create-react-class": "^15.6.0",
|
|
"invariant": "^2.2.2",
|
|
"keymirror": "0.1.1",
|
|
"prop-types": "^15.5.10"
|
|
}
|
|
}
|