mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
910ea2be7f
skip-checks: true
38 lines
996 B
JSON
38 lines
996 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"contributors": [],
|
|
"description": "Renders an SVG picture representing an address",
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/vue-identicon#readme",
|
|
"license": "Apache-2.0",
|
|
"maintainers": [],
|
|
"name": "@polkadot/vue-identicon",
|
|
"repository": {
|
|
"directory": "packages/vue-identicon",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "0.89.2-2",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.16.7",
|
|
"@polkadot/ui-shared": "0.89.2-2",
|
|
"@polkadot/util": "^8.3.1",
|
|
"@polkadot/util-crypto": "^8.3.1",
|
|
"jdenticon": "3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^2.6.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"vue": "*"
|
|
}
|
|
}
|