mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-31 05:11:12 +00:00
33 lines
779 B
JSON
33 lines
779 B
JSON
{
|
|
"name": "react-native-webview-bridge",
|
|
"version": "0.6.0",
|
|
"description": "React Native WebView Javascript Bridge",
|
|
"main": "jsx/webview-bridge.js",
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">= 0.6.0"
|
|
},
|
|
"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",
|
|
"WebView Bridge"
|
|
],
|
|
"author": "Ali Najafizadeh",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/alinz/react-native-webview-bridge/issues"
|
|
},
|
|
"homepage": "https://github.com/alinz/react-native-webview-bridge",
|
|
"dependencies": {
|
|
"keymirror": "^0.1.1"
|
|
}
|
|
}
|