UNPKG

angular-calendar-scheduler

Version:

[![Build Status](https://travis-ci.org/michelebombardi/angular-calendar-scheduler.svg?branch=main)](https://travis-ci.org/michelebombardi/angular-calendar-scheduler) [![npm version](https://badge.fury.io/js/angular-calendar-scheduler.svg)](https://www.npm

52 lines 1.27 kB
{ "name": "angular-calendar-scheduler", "version": "21.0.0", "license": "MIT", "private": false, "repository": { "type": "git", "url": "git+https://github.com/michelebombardi/angular-calendar-scheduler.git" }, "author": "Michele Bombardi (Montecavallo Solutions)", "homepage": "https://github.com/michelebombardi/angular-calendar-scheduler", "bugs": { "url": "https://github.com/michelebombardi/angular-calendar-scheduler/issues" }, "keywords": [ "montecavallo", "mounthorse", "calendar", "week", "angular", "scheduler", "events", "angular-calendar", "angular-calendar-scheduler", "angular-scheduler", "angular-calendar-week-hours-view", "week-hours-view", "schematics", "angular" ], "peerDependencies": { "angular-calendar": "^0.32.0" }, "sideEffects": [ "*.css", "*.scss" ], "module": "fesm2022/angular-calendar-scheduler.mjs", "typings": "types/angular-calendar-scheduler.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/angular-calendar-scheduler.d.ts", "default": "./fesm2022/angular-calendar-scheduler.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }