{
  "name": "react-native-calendar-list",
  "version": "1.0.1",
  "description": "A cross platform optimized customizable CalendarList component for React Native",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hernancorigliano/react-native-calendar-list.git"
  },
  "keywords": [
    "react",
    "reactNative",
    "calendar",
    "calendarList"
  ],
  "author": "Hernan Roy Corigliano <hernancorigliano@gmail.com> (https://github.com/hernancorigliano)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hernancorigliano/react-native-calendar-list/issues"
  },
  "devDependencies": {
    "babel-jest": "21.2.0",
    "babel-preset-react-native": "4.0.0",
    "jest": "21.2.1",
    "react-test-renderer": "16.0.0-beta.5",
    "react-shallow-testutils": "^3.0.0",
    "react": "16.0.0-beta.5",
    "react-native": "0.49.3"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "**/Calendar/*.js",
      "!**/coverage/**",
      "!**/ios/**",
      "!**/android/**",
      "!**/flow-typed/**"
    ],
    "preset": "react-native"
  },
  "homepage": "https://github.com/hernancorigliano/react-native-calendar-list#readme"
}
