{
  "name": "jl-angular-fullcalendar",
  "version": "1.0.2",
  "description": "Angular component for FullCalendar",
  "main": "jl-angular-fullcalendar.umd.js",
  "module": "index.js",
  "jsnext:main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "clear": "rm -rf dist",
    "transpile": "ngc",
    "package": "rollup -c",
    "minify": "uglifyjs dist/jl-angular-fullcalendar.umd.js --screw-ie8 --compress --mangle --comments --output dist/jl-angular-fullcalendar.umd.js",
    "build": "npm run clear && npm run transpile && npm run package && npm run minify && cp package.json README.md dist/ ",
    "deploy": "npm run build && cd dist && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jloosli/jl-angular-fullcalendar.git"
  },
  "keywords": [
    "fullcalendar",
    "angular",
    "calendar",
    "angular 5",
    "angular 4",
    "angular 2"
  ],
  "author": "Jared Loosli <jloosli@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jloosli/jl-ng2-fullcalendar/issues"
  },
  "homepage": "https://github.com/jloosli/jl-ng2-fullcalendar#readme",
  "peerDependencies": {
    "@angular/core": ">=5.0.0"
  },
  "dependencies": {
    "fullcalendar": "3.6.2",
    "fullcalendar-scheduler": "^1.8.1"
  },
  "devDependencies": {
    "@angular/core": "^5.0.0",
    "@angular/common": "^5.0.0",
    "@angular/compiler": "^5.0.0",
    "@angular/compiler-cli": "^5.0.0",
    "@types/fullcalendar": "2.7.43",
    "@types/jquery": "2.0.46",
    "@types/node": "7.0.31",
    "rollup": "^0.50.0",
    "rxjs": "^5.5.2",
    "typescript": "^2.6.1",
    "uglify-js": "^3.1.6"
  }
}
