Files
pezkuwi-ui/packages/ui-keyring/package.json
T
2019-01-09 09:22:33 +00:00

20 lines
480 B
JSON

{
"name": "@polkadot/ui-keyring",
"version": "0.24.30",
"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.30",
"@polkadot/types": "^0.37.10",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}
}