Artifact 4ad18d1310ae39dbf48aeb9e99917ec070ddea83e4a094780d39e8e3ca914856:
- File gc_lang/fr/nodejs/core/package.json — part of check-in [e62a1b8a62] at 2018-10-22 23:31:14 on branch nodejs — [njs][build] Add command to create file to distrib and ajust package.json (user: IllusionPerdu, size: 493) [annotate] [blame] [check-ins using]
{ "name": "grammalecte", "version": "1.0.0", "description": "Grammalecte is a grammar proofreader", "keywords": [ "french", "grammar", "proofreader" ], "author": "Olivier R.", "license": "GPL-3.0", "homepage": "https://www.dicollecte.org/", "repository": { "type" : "fossil", "url" : "http://212.47.254.152:8080/index" }, "main": "api.js", "engines": { "node": ">=9.0.0" }, "scripts": { "test": "echo \"Error: no test specified\"" } }