Files

37 lines
836 B
JSON
Raw Permalink Normal View History

2015-06-08 11:24:15 -04:00
{
2015-06-09 09:48:57 -04:00
"name": "react-native-webview-bridge",
2017-08-25 08:22:00 +03:00
"version": "0.33.16",
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",
2016-09-17 11:06:51 -04:00
"contributors": [
"Hunter Medney"
],
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"
}
2016-09-17 13:48:44 -04:00
}