-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yo-rc.json
44 lines (44 loc) · 1014 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
36
37
38
39
40
41
42
43
44
{
"generator-ngx-library": {
"version": "6.2.1",
"authorName": "Eder Soares",
"authorEmail": "[email protected]",
"githubUsername": "edetec",
"githubRepoName": "ng-xform",
"projectName": "@esss/ng-xform",
"projectVersion": "0.16.0",
"projectDescription": "Angular library",
"projectKeywords": [
"ng",
"angular",
"library"
],
"ngVersion": "6.0.0",
"ngModules": [
"core",
"common"
],
"otherDependencies": [
"@ng-select/ng-select",
"@types/mathjs",
"ngx-bootstrap",
"mathjs"
],
"additionalPackageFiles": [
"mathjs"
],
"dependenciesRange": "^",
"ngPrefix": "ng-xform",
"testingFramework": "karma",
"useGreenkeeper": true,
"useCompodoc": true,
"enforceNgGitCommitMsg": true,
"exclusions": [
"demo/src/jestGlobalMocks.ts",
"demo/src/setupJest.ts",
"config/jestGlobalMocks.ts",
"config/setupJest.ts"
],
"deleteExclusions": []
}
}