-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.yo-rc.json
58 lines (58 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"generator-ngx-library": {
"version": "6.2.1",
"authorName": "Tine Kondo",
"authorEmail": "[email protected]",
"githubUsername": "tinesoft",
"projectName": "ngx-wow",
"projectVersion": "1.0.0",
"projectDescription": "Angular module for WOW.js.",
"projectKeywords": [
"ng",
"angular",
"WOW",
"WOW.js",
"scroll",
"reveal",
"animation"
],
"ngVersion": "6.0.0",
"ngModules": [
"core",
"common"
],
"otherDependencies": ["wowjs"],
"dependenciesRange": ">=",
"ngPrefix": "ngw",
"useGreenkeeper": false,
"useCompodoc": true,
"enforceNgGitCommitMsg": true,
"skipDemo": false,
"skipSample": true,
"skipStyles": true,
"exclusions": [
"README.md",
"CHANGELOG.md",
"config/karma.conf",
"demo/src/app/home/**",
"demo/src/app/getting-started/**",
"demo/src/assets/logo.svg",
"demo/src/index.html",
"demo/src/favicon.ico",
"src/**/*.ts",
".git/HEAD"
],
"deleteExclusions": [
"README.md",
"CHANGELOG.md",
"config/karma.conf",
"demo/src/app/home/**",
"demo/src/app/getting-started/**",
"demo/src/assets/logo.svg",
"demo/src/index.html",
"demo/src/favicon.ico",
"src/**/*.ts",
".git/HEAD"
]
}
}