{
  "name": "react-native-gifted-avatar",
  "version": "1.0.6",
  "description": "React Native avatar UI component with common features.",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "ui",
    "components",
    "avatar"
  ],
  "author": "Philip Chen <lsps9150414@gmail.com>",
  "repository": "https://github.com/lsps9150414/react-native-gifted-avatar",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.11",
    "tinycolor2": "^1.4.1"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.12.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.3",
    "import-sort-style-absolute": "^1.0.1",
    "prop-types": "^15.6.2",
    "react": "^16.3.2",
    "react-native": "^0.55.2",
    "react-native-vector-icons": "^4.5.0"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "^16.0.0-alpha.6",
    "react-native": "^0.44.0",
    "react-native-vector-icons": "^4.5.0"
  },
  "importSort": {
    ".js, .jsx, .es6, .es": {
      "parser": "babylon",
      "style": "absolute"
    }
  }
}
