https://gitlab.inria.fr/line/aide-group/wjson
Tip revision: 0eaa40d54f2a8e6fefe9e7ed76766817a0d2ea58 authored by vthierry on 05 April 2026, 12:16:07 UTC
sync from makefile
sync from makefile
Tip revision: 0eaa40d
package.json
{
"name": "wjson",
"description": "Implements a JavaScript JSON weak-syntax reader and writer",
"homepage": "https://line.gitlabpages.inria.fr/aide-group/wjson",
"version": "1.0.3",
"license": "CECILL-C",
"author": "Thierry Vieville <thierry.vieville@inria.fr>",
"repository": {
"type": "git",
"url": "https://gitlab.inria.fr/line/aide-group/wjson",
"project_ID": 26382
},
"scripts": {
"install": "make -s --no-print-directory -C src install",
"build": "make -s --no-print-directory -C src build",
"test": "make -s --no-print-directory -C src test",
"clean": "make -s --no-print-directory -C src clean"
},
"dependencies": {
"ace-builds": "latest",
"aidesys": "git+https://gitlab.inria.fr/line/aide-group/aidesys.git",
"rdf": "latest"
},
"devDependencies": {
"aidebuild": "git+https://gitlab.inria.fr/line/aide-group/aidebuild.git"
},
"softwareheritage": true,
"npmjs": true,
"swig": true
}
