mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"name": "@polkadot/ui-keyring",
|
|
"version": "0.24.6",
|
|
"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.2.0",
|
|
"@polkadot/keyring": "^0.33.24",
|
|
"@polkadot/types": "^0.35.6",
|
|
"@types/store": "^2.0.1",
|
|
"store": "^2.0.12"
|
|
}
|
|
}
|