Files
pezkuwi-ui/packages/reactnative-identicon/package.json
T
Jaco Greeff 4c64274130 CC3 (#246)
* CC3

* W3F endpoint

* Bumps

* Bumps

* Bump API

* 0.47.1 CHANGELOG

* Update CHANGELOG with chain genesis ranges

* 0.47
2019-11-29 13:07:10 +01:00

21 lines
494 B
JSON

{
"name": "@polkadot/reactnative-identicon",
"version": "0.47.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.4",
"@polkadot/ui-shared": "^0.47.0",
"react-native-svg": "^9.13.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}