Differences From Artifact [f9b31c7c8a]:
- File gc_lang/fr/nodejs/core/package.json — part of check-in [5b89e2f4fe] at 2018-10-15 15:56:22 on branch nodejs — [njs] Add files for modules (user: IllusionPerdu, size: 419) [annotate] [blame] [check-ins using]
To Artifact [fbedcd1684]:
- File gc_lang/fr/nodejs/core/package.json — part of check-in [c5b6c3d6cb] at 2018-10-15 21:00:57 on branch nodejs — [njs] Minor change (user: IllusionPerdu, size: 409) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
11 12 13 14 15 16 17 |
"license": "GPL-3.0-or-later",
"homepage": "https://www.dicollecte.org/",
"main": "api.js",
"engines": {
"node": ">=9.0.0"
},
"scripts": {
| | | 11 12 13 14 15 16 17 18 19 20 |
"license": "GPL-3.0-or-later",
"homepage": "https://www.dicollecte.org/",
"main": "api.js",
"engines": {
"node": ">=9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\""
}
}
|