Files
2016-09-27 20:53:03 -04:00

31 lines
707 B
JSON

{
"name": "react-native-webview-bridge",
"version": "0.33.0",
"description": "React Native WebView Javascript Bridge",
"main": "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",
"android",
"webview-bridge",
"rpc"
],
"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"
}