mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.22.0",
|
|
"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.7",
|
|
"store": "^2.0.12"
|
|
}
|
|
}
|