-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.fossa.yml
More file actions
executable file
·34 lines (33 loc) · 678 Bytes
/
.fossa.yml
File metadata and controls
executable file
·34 lines (33 loc) · 678 Bytes
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
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more
version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: git@github.com:auth0-training/labs-node-working-with-multi-factor-authentication.git
analyze:
modules:
- name: .
type: npm
target: .
path: .
- name: .
type: npm
target: .
path: .
- name: api
type: npm
target: src/api
path: src/api
- name: api
type: npm
target: src/api
path: src/api
- name: web-app
type: npm
target: src/web-app
path: src/web-app
- name: web-app
type: npm
target: src/web-app
path: src/web-app