UNPKG

302 BJSONView Raw
1{
2 "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Adds angular-calendar to your project",
6 "factory": "./ng-add/index",
7 "schema": "./ng-add/schema.json",
8 "aliases": ["install"]
9 }
10 }
11}