mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 10:17:57 +00:00
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "@polkadot/vue-identicon",
|
|
"version": "0.42.1",
|
|
"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.5.5",
|
|
"@polkadot/ui-shared": "^0.42.1",
|
|
"jdenticon": "2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "*"
|
|
}
|
|
}
|