Files
pezkuwi-ui/packages/ui-settings/package.json
T
Jaco Greeff 5beff953fb Fix Polkadot identicon blake2 (#103)
* Fix Polkadot identicon blake2

* CHANGELOG
2019-03-27 11:39:31 +01:00

18 lines
408 B
JSON

{
"name": "@polkadot/ui-settings",
"version": "0.33.1",
"description": "Manages app settings",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.4",
"@polkadot/util": "^0.42.0-beta.1",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}
}