UNPKG

818 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/schema",
3 "id": "mdb-angular-ng-add",
4 "title": "MDB Angular ng-add schematic",
5 "type": "object",
6 "properties": {
7 "project": {
8 "type": "string",
9 "description": "Name of the project.",
10 "$default": {
11 "$source": "projectName"
12 }
13 },
14 "animations": {
15 "type": "boolean",
16 "default": true,
17 "description": "Whether to set up Angular animations.",
18 "x-prompt": "Set up Angular animations?"
19 },
20 "externalDependencies": {
21 "type": "boolean",
22 "default": false,
23 "description": "Whether to set up external dependencies.",
24 "x-prompt": "Set up external dependencies (chart.js, hammerjs, animate, font awesome)?"
25 }
26 },
27 "required": []
28 }
\No newline at end of file