Files
pezkuwi-ui/packages/ui-util/package.json
T
Jaco Greeff 3f116511ff 0.37
2019-04-03 16:42:31 +02:00

21 lines
483 B
JSON

{
"name": "@polkadot/ui-util",
"version": "0.37.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.4.3"
},
"devDependencies": {
"@polkadot/types": "^0.76.1"
},
"peerDependencies": {
"@polkadot/types": "*"
}
}