forked from angular-material-extensions/password-strength
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yo-rc.json
38 lines (38 loc) · 1.03 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
{
"generator-ngx-library": {
"version": "5.7.1",
"authorName": "anthonynahas",
"authorEmail": "[email protected]",
"githubUsername": "anthonynahas",
"githubRepoName": "@angular-material-extensions/password-strength",
"projectName": "@angular-material-extensions/password-strength",
"projectVersion": "0.0.1",
"projectDescription": "Material password strength meter to indicate how secure is the provided password",
"projectKeywords": [
"ngx",
" angular",
" material",
" password",
" password-strength",
" strength-meter"
],
"ngVersion": "5.0.0",
"ngModules": [
"core",
"common"
],
"otherDependencies": [],
"dependenciesRange": "^",
"ngPrefix": "my-lib",
"testingFramework": "karma",
"useGreenkeeper": true,
"useCompodoc": true,
"enforceNgGitCommitMsg": true,
"exclusions": [
"demo/src/jestGlobalMocks.ts",
"demo/src/setupJest.ts",
"config/jestGlobalMocks.ts",
"config/setupJest.ts"
]
}
}