UNPKG

react-native-avatar

Version:
33 lines (32 loc) 731 B
{ "name": "react-native-avatar", "version": "1.1.2", "description": "React Native Avatar", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/aligos/react-native-avatar.git" }, "keywords": [ "react", "native", "avatar" ], "author": "Rahmat Aligos", "license": "MIT", "bugs": { "url": "https://github.com/aligos/react-native-avatar/issues" }, "homepage": "https://github.com/aligos/react-native-avatar#readme", "peerDependencies": { "react": "*", "react-native": "*", "prop-types": "*" }, "dependencies": { "react-native-vector-icons": "^4.5.0" } }