Files
pezkuwi-ui/packages/ui-util/package.json
T
2019-02-28 17:24:21 +01:00

21 lines
484 B
JSON

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