Files
pezkuwi-ui/packages/ui-settings/package.json
T
Jaco Greeff c48b6ff6f8 Schnorrkel support (#72)
* Schnorrkel support

* Uuse KeyringOptions in loadAll

* Bump

* Bump version

* Integrate new updates
2019-02-14 23:38:49 +01:00

17 lines
368 B
JSON

{
"name": "@polkadot/ui-settings",
"version": "0.26.0",
"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.2.0",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}
}