UNPKG

1.66 kBJSONView Raw
1{
2 "name": "angular-calendar",
3 "version": "0.28.28",
4 "description": "A calendar component for angular 6.0+ that can display events on a month, week or day view",
5 "funding": {
6 "url": "https://github.com/sponsors/mattlewis92"
7 },
8 "schematics": "./schematics/collection.json",
9 "config": {
10 "commitizen": {
11 "path": "@commitlint/prompt"
12 }
13 },
14 "commitlint": {
15 "extends": [
16 "@commitlint/config-conventional"
17 ]
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/mattlewis92/angular-calendar.git"
22 },
23 "keywords": [
24 "angular",
25 "angular2",
26 "angular6",
27 "calendar",
28 "schematics"
29 ],
30 "author": "Matt Lewis",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/mattlewis92/angular-calendar/issues"
34 },
35 "homepage": "https://github.com/mattlewis92/angular-calendar#readme",
36 "peerDependencies": {
37 "@angular/animations": ">=6.0.0",
38 "@angular/common": ">=6.0.0",
39 "@angular/core": ">=6.0.0"
40 },
41 "dependencies": {
42 "@scarf/scarf": "^1.1.1",
43 "angular-draggable-droppable": "^4.6.0",
44 "angular-resizable-element": "^3.4.0",
45 "calendar-utils": "^0.8.5",
46 "positioning": "^2.0.1",
47 "tslib": "^1.14.1"
48 },
49 "sideEffects": [
50 "*.css",
51 "*.scss"
52 ],
53 "main": "bundles/angular-calendar.umd.js",
54 "module": "fesm5/angular-calendar.js",
55 "es2015": "fesm2015/angular-calendar.js",
56 "esm5": "esm5/angular-calendar.js",
57 "esm2015": "esm2015/angular-calendar.js",
58 "fesm5": "fesm5/angular-calendar.js",
59 "fesm2015": "fesm2015/angular-calendar.js",
60 "typings": "angular-calendar.d.ts",
61 "metadata": "angular-calendar.metadata.json"
62}