UNPKG

561 BJSONView Raw
1{
2 "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
3 "schematics": {
4 "ng-add": {
5 "description": "Adds Nebular Theme to the application.",
6 "factory": "./ng-add/index",
7 "schema": "./ng-add/schema.json"
8 },
9 "post-install": {
10 "description": "Adds Nebular Theme to the application.",
11 "factory": "./ng-add/post-install"
12 },
13 "setup": {
14 "description": "Sets up the specified project after the ng-add dependencies have been installed.",
15 "factory": "./ng-add/setup"
16 }
17 }
18}