Files
pezkuwi-ui/packages/reactnative-identicon/package.json
T
2019-09-26 14:14:14 +00:00

25 lines
590 B
JSON

{
"name": "@polkadot/reactnative-identicon",
"version": "0.45.1",
"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.6.2",
"@polkadot/ui-shared": "^0.45.1",
"react-native-svg": "^9.9.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.60.15",
"react-native": "^0.61.1"
}
}