Files
pezkuwi-ui/packages/ui-keyring/package.json
T
Jaco Greeff cffd78b7ea 0.34 (#104)
* 0.34

* Bump version

* Bump api & common (stable)
2019-03-28 20:27:41 +01:00

30 lines
707 B
JSON

{
"name": "@polkadot/ui-keyring",
"version": "0.34.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",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@polkadot/keyring": "^0.42.1",
"@polkadot/types": "^0.52.1",
"@polkadot/util": "^0.42.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/types": "*",
"@polkadot/util": "*"
}
}