{
  "name": "react-native-user-avatar-component",
  "version": "0.0.4",
  "description": "React Native component for a user avatar with fallback to colored initials",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "react-native",
    "react-native-component",
    "avatar",
    "initials"
  ],
  "author": "Avishay Bar <avishay.il@gmail.com>",
  "license": "MIT",
  "repository": "github:leoz/react-native-user-avatar-component",
  "dependencies": {
    "initials": "^3.0.1",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-react": "^7.19.0"
  }
}
