mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 05:37:58 +00:00
19 lines
447 B
JSON
19 lines
447 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.22.5",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/polkadot-js/apps.git",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.5",
|
|
"@polkadot/keyring": "^0.33.9",
|
|
"@polkadot/types": "^0.33.4",
|
|
"store": "^2.0.12"
|
|
}
|
|
}
|