UNPKG

1.45 kBJSONView Raw
1{
2 "name": "angular-calendar",
3 "version": "0.29.0",
4 "description": "A calendar component for angular 12.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 "calendar",
27 "schematics"
28 ],
29 "author": "Matt Lewis",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/mattlewis92/angular-calendar/issues"
33 },
34 "homepage": "https://github.com/mattlewis92/angular-calendar#readme",
35 "peerDependencies": {
36 "@angular/core": ">=10.0.0"
37 },
38 "dependencies": {
39 "@scarf/scarf": "^1.1.1",
40 "angular-draggable-droppable": "^6.0.0",
41 "angular-resizable-element": "^5.0.0",
42 "calendar-utils": "^0.9.0",
43 "positioning": "^2.0.1",
44 "tslib": "^2.0.0"
45 },
46 "sideEffects": [
47 "*.css",
48 "*.scss"
49 ],
50 "main": "bundles/angular-calendar.umd.js",
51 "module": "fesm2015/angular-calendar.js",
52 "es2015": "fesm2015/angular-calendar.js",
53 "esm2015": "esm2015/angular-calendar.js",
54 "fesm2015": "fesm2015/angular-calendar.js",
55 "typings": "angular-calendar.d.ts"
56}
\No newline at end of file