{
  "name": "nativescript-calendar-weekview",
  "version": "1.0.6",
  "description": "Nativescript Calendar WeekView allow adding events to weekview and styling them.",
  "main": "calendar-weekview",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "2.5.0",
      "ios": "2.5.0"
    }
  },
  "scripts": {
    "build": "tsc",
    "demo.ios": "npm run preparedemo && cd demo && tns run ios --emulator",
    "demo.ios.device": "npm run preparedemo && cd demo && tns run ios",
    "demo.android": "npm run preparedemo && cd ../repeaterDemo && tns run android --emulator",
    "test.ios": "cd demo && tns test ios --emulator",
    "test.ios.device": "cd demo && tns test ios",
    "test.android": "cd ../sampleapp && tns test android",
    "preparedemo": "npm run build && cd ../repeaterDemo && tns plugin remove nativescript-calendar-weekview && tns plugin add .. && tns install",
    "setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
    "postclone": "npm i && node scripts/postclone.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dlucidone/nativescript-calendar-weekview.git"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "Android",
    "iOS",
    "Calendar",
    "Events",
    "Event",
    "WeekView",
    "Week"

  ],
  "author": {
    "name": "Ravindra Mishra",
    "email": "jackravi227@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/dlucidone/nativescript-calendar-weekview/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/dlucidone/nativescript-calendar-weekview",
  "readmeFilename": "README.md",
  "devDependencies": {
    "tns-core-modules": "^2.5.1",
    "tns-platform-declarations": "^2.5.0",
    "typescript": "^2.1.0",
    "prompt": "^1.0.0",
    "rimraf": "^2.5.0"
  }
}
