@exodus/react-native-nft-viewer
Version:
A webview for displaying an NFT in a safe container.
53 lines (52 loc) • 1.35 kB
JSON
{
"name": "@exodus/react-native-nft-viewer",
"version": "1.0.1",
"description": "A webview for displaying an NFT in a safe container.",
"scripts": {
"lint": "run -T eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExodusMovement/exodus-hydra.git"
},
"files": [
"android/src/main/java",
"CHANGELOG.md",
"RNNFTViewer.podspec",
"index.jsx",
"ios/RNNFTViewer.xcodeproj/project.pbxproj",
"ios/*.m",
"ios/*.h",
"android/build.gradle",
"android/src/main/AndroidManifest.xml"
],
"keywords": [
"react-native",
"react-native-component",
"react-native-nft-viewer",
"@exodus/react-native-nft-viewer",
"nft-viewer",
"nfts",
"nft",
"webview",
"android",
"ios"
],
"author": "Exodus Movement, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Areact-native-nft-viewer"
},
"homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/libraries/react-native-nft-viewer",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.57.0"
},
"devDependencies": {
"@exodus/eslint-config-exodus": "^1.4.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5e60408602f75be3c7b3961446ec927a4eec5189"
}