{
  "name": "react-native-heatmap",
  "author": "ayooby",
  "version": "0.1.2",
  "description": "heatmap component for react-native, inspired by github's contribution graph",
  "bugs": {
    "url": ""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ayooby/react-native-calendar-heatmap"
  },
  "scripts": {
    "lint": "eslint ./"
  },
  "keywords": [
    "calendar",
    "react-native",
    "react-native-component",
    "svg"
  ],
  "main": "./dist/index.js",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.10",
    "prop-types": "^15.6.1",
    "react-native-svg": "^6.3.1"
  },
  "files": [
    "dist"
  ]
}
