Files
pezkuwi-ui/packages/ui-keyring/package.json
T
2018-12-21 13:56:32 +01:00

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"
}
}