mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
22 lines
542 B
JSON
22 lines
542 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.50.0-beta.0",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.4",
|
|
"@polkadot/ui-shared": "^0.50.0-beta.0",
|
|
"react-native-svg": "^11.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|