mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
428e59ea9b
skip-checks: true
21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"version": "0.47.0-beta.7",
|
|
"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.7.2",
|
|
"@polkadot/ui-shared": "^0.47.0-beta.7",
|
|
"react-native-svg": "^9.13.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|