Files
pezkuwi-ui/packages/ui-keyring/package.json
T
2019-02-14 22:42:05 +00:00

29 lines
686 B
JSON

{
"name": "@polkadot/ui-keyring",
"version": "0.26.1",
"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",
"@types/store": "^2.0.1",
"rxjs": "^6.3.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^0.34.6",
"@polkadot/types": "^0.43.1",
"@polkadot/util": "^0.34.6"
},
"peerDependencies": {
"@polkadot/keyring": ">=0.34.3",
"@polkadot/types": ">=0.43.1",
"@polkadot/util": "*"
}
}