{
  "name": "fullcalendar-scheduler",
  "title": "FullCalendar Scheduler",
  "description": "A premium add-on to FullCalendar for displaying events and resources",
  "homepage": "https://fullcalendar.io/scheduler/",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar-scheduler.git"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "copyright": "2019 Adam Shaw",
  "peerDependencies": {
    "jquery": "2 - 3",
    "moment": "^2.20.1"
  },
  "dependencies": {
    "fullcalendar": "~3.10.0"
  },
  "version": "1.10.4",
  "releaseDate": "2021-11-02",
  "devDependencies": {
    "@types/jquery": "2.0.47",
    "awesome-typescript-loader": "^3.5.0",
    "check-node-version": "^4.1.0",
    "components-jqueryui": "^1.12.1",
    "css-loader": "^0.28.11",
    "del": "^2.2.0",
    "dts-generator": "^2.1.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jasmine": "^2.9.3",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.0.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "gulp": "^3.9.0",
    "gulp-concat": "^2.6.0",
    "gulp-cssmin": "^0.1.7",
    "gulp-eslint": "^4.0.2",
    "gulp-filter": "^4.0.0",
    "gulp-modify-file": "^1.0.1",
    "gulp-plumber": "^1.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-shell": "^0.6.5",
    "gulp-tslint": "^8.1.3",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.11",
    "gulp-zip": "^3.0.2",
    "jasmine-core": "2.5.2",
    "jasmine-fixture": "^2.0.0",
    "jasmine-jquery": "^2.1.1",
    "jquery": "2 - 3",
    "jquery-mockjax": "^2.3.0",
    "jquery-simulate": "^1.0.2",
    "karma": "^1.1.1",
    "karma-jasmine": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "moment": "^2.20.1",
    "native-promise-only": "^0.8.1",
    "node-sass": "^4.14.1",
    "phantomjs-prebuilt": "^2.1.7",
    "sass-loader": "^6.0.7",
    "tslib": "^1.9.0",
    "tslint": "^5.9.1",
    "tslint-config-standard": "^7.0.0",
    "typescript": "^2.8.1",
    "webpack": "^3.11.0",
    "webpack-stream": "^4.0.3",
    "yargs": "^4.6.0"
  },
  "main": "dist/scheduler.js",
  "types": "dist/scheduler.d.ts",
  "files": [
    "dist/*.js",
    "dist/*.css",
    "dist/*.d.ts",
    "README.*",
    "LICENSE.*",
    "CHANGELOG.*",
    "CONTRIBUTING.*"
  ],
  "scripts": {
    "clean": "gulp clean",
    "dist": "npm run check-env && gulp dist",
    "lint": "gulp lint-and-example-repos",
    "test": "gulp test:single",
    "test-side-effects": "./bin/test-side-effects.sh",
    "check-env": "check-node-version --node 11"
  }
}
