-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "@gouvfr-anct/cartographie-nationale",
"version": "5.20.0",
"description": "💻 Client pour l'affichage de la cartographie nationale de l’offre de médiation numérique dans un navigateur web.",
"keywords": [
"angular",
"client",
"gouvernement",
"betagouv",
"cartographie",
"anct",
"médiation numérique"
],
"homepage": "https://npmjs.com/package/@gouvfr-anct/cartographie-nationale",
"repository": {
"type": "git",
"url": "https://github.com/anct-cartographie-nationale/client-application.git"
},
"contributors": [
{
"name": "Arthur Belkhayat",
"email": "arthur.belkhayat@beta.gouv.fr",
"url": "https://www.linkedin.com/in/arthur-belkhayat/"
},
{
"name": "Marc Gavanier",
"email": "marc.gavanier@gmail.com",
"url": "https://www.linkedin.com/in/marc-gavanier/"
}
],
"license": "SEE LICENSE IN LICENSE.md",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"volta": {
"node": "20.18.0",
"yarn": "1.22.10"
}
}