2015-06-08 11:24:15 -04:00
|
|
|
{
|
2015-06-09 09:48:57 -04:00
|
|
|
"name": "react-native-webview-bridge",
|
2016-03-05 10:51:11 -05:00
|
|
|
"version": "0.20.3",
|
2015-06-09 09:48:57 -04:00
|
|
|
"description": "React Native WebView Javascript Bridge",
|
2015-12-09 10:06:23 -05:00
|
|
|
"main": "webview-bridge",
|
2015-06-09 09:48:57 -04:00
|
|
|
"directories": {
|
2015-11-04 23:03:57 -05:00
|
|
|
"example": "example",
|
|
|
|
|
"lib": "lib"
|
2015-06-09 09:48:57 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2015-06-09 10:42:44 -04:00
|
|
|
"url": "git@github.com:alinz/react-native-webview-bridge.git"
|
2015-06-09 09:48:57 -04:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
2015-11-04 23:53:14 -05:00
|
|
|
"react-native",
|
|
|
|
|
"react-component",
|
|
|
|
|
"ios",
|
|
|
|
|
"webview-bridge"
|
2015-06-09 09:48:57 -04:00
|
|
|
],
|
|
|
|
|
"author": "Ali Najafizadeh",
|
2015-06-09 10:42:44 -04:00
|
|
|
"license": "MIT",
|
2015-06-09 09:48:57 -04:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/alinz/react-native-webview-bridge/issues"
|
|
|
|
|
},
|
2015-12-09 11:43:59 -05:00
|
|
|
"homepage": "https://github.com/alinz/react-native-webview-bridge",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"invariant": "2.2.0",
|
|
|
|
|
"keymirror": "0.1.1"
|
|
|
|
|
}
|
2015-06-08 11:24:15 -04:00
|
|
|
}
|