Files
react-native-webview-bridge/package.json
T

33 lines
779 B
JSON
Raw Normal View History

2015-06-08 11:24:15 -04:00
{
2015-06-09 09:48:57 -04:00
"name": "react-native-webview-bridge",
"version": "0.6.0",
2015-06-09 09:48:57 -04:00
"description": "React Native WebView Javascript Bridge",
2015-06-09 09:31:13 -04:00
"main": "jsx/webview-bridge.js",
2015-06-09 09:48:57 -04:00
"directories": {
"example": "example"
},
"peerDependencies": {
"react-native": ">= 0.6.0"
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": [
"React Native",
"WebView Bridge"
],
"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-07-08 12:24:08 -04:00
"homepage": "https://github.com/alinz/react-native-webview-bridge",
"dependencies": {
"keymirror": "^0.1.1"
}
2015-06-08 11:24:15 -04:00
}