UNPKG

react-native-web3-webview

Version:

A react native webview optimized for a web3 dApp browser application

37 lines (36 loc) 815 B
{ "name": "react-native-web3-webview", "version": "2.1.4", "description": "A react native webview optimized for a web3 dApp browser application", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react", "native", "wkwebview", "webview", "ios", "android", "web3", "ethereum" ], "author": { "name": "Bruno Barbieri", "email": "brunobar79@gmail.com" }, "homepage": "https://github.com/brunobar79/react-native-web3-webview", "bugs": { "url": "https://github.com/brunobar79/react-native-web3-webview/issues" }, "license": "MIT", "dependencies": { "fbjs": "^0.8.3" }, "peerDependencies": { "prop-types": "^15.6.0", "react": "^16.0.0", "react-native": "^0.56.0" } }