mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-31 13:21:15 +00:00
30 lines
751 B
JSON
30 lines
751 B
JSON
{
|
|
"name": "react-native-webview-bridge",
|
|
"version": "0.2.1",
|
|
"description": "React Native WebView Javascript Bridge",
|
|
"main": "jsx/webview-bridge.js",
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">= 0.4 || 0.5.0-rc1 || 0.6.0-rc"
|
|
},
|
|
"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"
|
|
}
|