Files
pezkuwi-ui/packages/ui-util/package.json
T
Jaco Greeff e3edfd3fec Swap to HDKD dev keyring (#91)
* Swap to HDKD dev keyring

* CHANGELOG

* Bump deps

* Bump version
2019-03-13 17:12:32 +01:00

21 lines
484 B
JSON

{
"name": "@polkadot/ui-util",
"version": "0.29.0",
"description": "Utility functions (non-React) that aid in display, formats and determination",
"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"
},
"devDependencies": {
"@polkadot/types": "^0.46.11"
},
"peerDependencies": {
"@polkadot/types": "*"
}
}