{
  "name": "react-native-web-calendar",
  "version": "0.0.0-alpha.1",
  "description": "Provides an API for interacting with the device's system calendars, events, reminders, and associated records.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "homepage": "https://docs.expo.io/versions/latest/sdk/calendar/",
  "author": "Expo <support@expo.io> (https://expo.io)",
  "keywords": [
    "react-native-calendar",
    "expo-calendar",
    "code",
    "native",
    "react",
    "react-native",
    "react-native-web",
    "expo",
    "expo-web",
    "official"
  ],
  "license": "ISC",
  "nativePackage": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-calendar"
  },
  "dependencies": {
    "expo-calendar": "*"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  }
}