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

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

21 lines
490 B
JSON

{
"name": "@polkadot/ui-util",
"version": "0.33.1",
"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.52.0-beta.1"
},
"peerDependencies": {
"@polkadot/types": "*"
}
}