angular-schedule
Version:
A simple and light schedule package for angular.
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "angular-schedule",
"version": "0.0.9",
"description": "A simple and light schedule package for angular.",
"author": "Dragan Dejanovic",
"repository": {
"type": "git",
"url": "https://github.com/mangicapra/ngx-scheduler.git"
},
"bugs": {
"url": "https://github.com/mangicapra/ngx-scheduler/issues"
},
"homepage": "https://github.com/mangicapra/ngx-scheduler",
"keywords": [
"angular",
"typescript",
"schedule",
"calendar",
"manager"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/cdk": "^8.2.1"
},
"main": "bundles/angular-schedule.umd.js",
"module": "fesm5/angular-schedule.js",
"es2015": "fesm2015/angular-schedule.js",
"esm5": "esm5/angular-schedule.js",
"esm2015": "esm2015/angular-schedule.js",
"fesm5": "fesm5/angular-schedule.js",
"fesm2015": "fesm2015/angular-schedule.js",
"typings": "angular-schedule.d.ts",
"metadata": "angular-schedule.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}