-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.yo-rc.json
41 lines (41 loc) · 1.13 KB
/
.yo-rc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"generator-ngx-library": {
"version": "5.7.1",
"authorName": "anthonynahas",
"authorEmail": "anthony.na@hotmail.de",
"githubUsername": "anthonynahas",
"githubRepoName": "@angular-material-extensions/pages",
"projectName": "@angular-material-extensions/pages",
"projectVersion": "0.0.1",
"projectDescription": "Open source library for angular apps to illustrate custom material pages content with steps (ideal for tutorials and explanation purposes)",
"projectKeywords": [
"ngx",
" angular",
" library",
" material",
" material-ui",
" material-design",
" material-components",
"pages",
" turorials"
],
"ngVersion": "5.0.0",
"ngModules": [
"core",
"common"
],
"otherDependencies": [],
"dependenciesRange": "^",
"ngPrefix": "ngx-material",
"testingFramework": "karma",
"useGreenkeeper": true,
"useCompodoc": true,
"enforceNgGitCommitMsg": true,
"exclusions": [
"demo/src/jestGlobalMocks.ts",
"demo/src/setupJest.ts",
"config/jestGlobalMocks.ts",
"config/setupJest.ts"
]
}
}