Files
pezkuwi-ui/packages/ui-keyring/package.json
T
Jaco Greeff 896e2ff9b1 Fix version
2019-03-14 16:33:54 +01:00

29 lines
672 B
JSON

{
"name": "@polkadot/ui-keyring",
"version": "0.30.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.3.4",
"@types/store": "^2.0.1",
"rxjs": "^6.4.0",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^0.37.1",
"@polkadot/types": "^0.47.1",
"@polkadot/util": "^0.37.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/types": "*",
"@polkadot/util": "*"
}
}