forked from udjamaflip/combination-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yo-rc.json
39 lines (39 loc) · 1.3 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
{
"generator-ngx-library": {
"version": "5.7.1",
"authorName": "anthonynahas",
"authorEmail": "anthony.na@hotmail.de",
"githubUsername": "anthonynahas",
"githubRepoName": "combination-generator",
"projectName": "ngx-combination-generator",
"projectVersion": "0.1.0",
"projectDescription": "Angular Library built on the top of the combination generator package of @udjamaflip. This library allows you to provide a list of characters and a min/max length of output string to generate a list of all possible combinations (or non-unique permutations of those characters). This is useful for getting a list of characters for brute-forcing or to test password combinations (e.g: for ngx-material-password-strength)",
"projectKeywords": [
"angular",
" library",
" cli",
" npm",
" combinations",
" generator",
" string",
" permutations"
],
"ngVersion": "5.0.0",
"ngModules": [
"core",
"common"
],
"otherDependencies": [],
"dependenciesRange": "^",
"ngPrefix": "ngx",
"testingFramework": "jest",
"useGreenkeeper": true,
"useCompodoc": true,
"enforceNgGitCommitMsg": true,
"exclusions": [
"config/karma.conf.js",
"config/webpack.test.js",
"config/karma-test-shim.js"
]
}
}