-
-
Notifications
You must be signed in to change notification settings - Fork 165
/
.yo-rc.json
executable file
·35 lines (35 loc) · 944 Bytes
/
.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
{
"generator-ngx-library": {
"version": "5.7.1",
"authorName": "anthonynahas",
"authorEmail": "[email protected]",
"githubUsername": "anthonynahas",
"githubRepoName": "ngx-auth-firebaseui",
"projectName": "ngx-auth-firebaseui",
"projectVersion": "0.0.1",
"projectDescription": " Open Source Library for Angular Web Apps to integrate an user interface for firebase authentication.",
"projectKeywords": [
"ng",
"angular",
"library"
],
"ngVersion": "5.0.0",
"ngModules": [
"core",
"common"
],
"otherDependencies": [],
"dependenciesRange": "^",
"ngPrefix": "ngx",
"testingFramework": "karma",
"useGreenkeeper": true,
"useCompodoc": true,
"enforceNgGitCommitMsg": true,
"exclusions": [
"demo/src/jestGlobalMocks.ts",
"demo/src/setupJest.ts",
"config/jestGlobalMocks.ts",
"config/setupJest.ts"
]
}
}