-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 KB
/
package.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
{
"name": "ng_anr",
"version": "2.13.1",
"description": "MONARC Shared RISK ANALYSIS (ANR) AngularJS Module",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/monarc-project/ng-anr"
},
"dependencies": {},
"devDependencies": {},
"author": "Luxembourg House of Cybersecurity https://lhc.lu",
"license": "AGPL-3.0",
"contributors": [
{
"name": "Cyril Rouyer",
"email": "cyril@netlor.fr"
},
{
"name": "Guillaume Lesniak",
"email": "guillaume@netlor.fr"
},
{
"name": "Jerôme De Almeida",
"email": "jerome.dealmeida@vesperiagroup.com"
},
{
"name": "Benjamin Ganivet",
"email": "benjamin@netlor.fr"
},
{
"name": "Thomas Metois",
"email": "thomas@netlor.fr"
},
{
"name": "Jérôme Lombardi",
"email": "jerome.lombardi@nc3.lu"
},
{
"name": "Juan Rocha",
"email": "juan.rocha@nc3.lu"
},
{
"name": "Cédric Bonhomme",
"email": "cedric.bonhomme@nc3.lu"
},
{
"name": "Ruslan Baidan",
"email": "ruslan.baidan@nc3.lu"
}
]
}