-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.fossa.yml
executable file
·50 lines (49 loc) · 1.28 KB
/
.fossa.yml
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
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.io to learn more
version: 2
cli:
server: https://app.fossa.io
fetcher: custom
project: https://[email protected]/Burry/Sigmaker.git
analyze:
modules:
- name: .
type: npm
target: .
path: .
- name: App
type: npm
target: src/components/App
path: src/components/App
- name: Footer
type: npm
target: src/components/Footer
path: src/components/Footer
- name: InfoFormGroup
type: npm
target: src/components/Generator/InfoFormGroup
path: src/components/Generator/InfoFormGroup
- name: InfoInput
type: npm
target: src/components/Generator/InfoInput
path: src/components/Generator/InfoInput
- name: InputSection
type: npm
target: src/components/Generator/InputSection
path: src/components/Generator/InputSection
- name: Signature
type: npm
target: src/components/Generator/Signature
path: src/components/Generator/Signature
- name: Generator
type: npm
target: src/components/Generator
path: src/components/Generator
- name: Navbar
type: npm
target: src/components/Navbar
path: src/components/Navbar
- name: NotFound
type: npm
target: src/components/NotFound
path: src/components/NotFound