mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 11:28:00 +00:00
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "@polkadot/vue-identicon",
|
|
"version": "0.46.0-beta.13",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"main": "index.js",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.6.3",
|
|
"@polkadot/ui-shared": "^0.46.0-beta.13",
|
|
"jdenticon": "2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "*"
|
|
}
|
|
}
|