Files
pezkuwi-ui/packages/ui-settings/package.json
T
Jaco Greeff a7c8322837 Support Charred Cherry (#25)
* Support Charred Cherry

* Update endpoint to old version

* chainId -> networkId, unit -> tokenSymbol

* decimals -> tokenDecimals

* Bump deps

* Update PoC-3 network description

* Bump deps
2018-12-19 19:58:01 +01:00

17 lines
368 B
JSON

{
"name": "@polkadot/ui-settings",
"version": "0.24.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"
}
}