catala/french_law/js/package.json
2022-07-28 15:02:43 +02:00

29 lines
714 B
JSON

{
"name": "french_law",
"version": "0.5.0",
"description": "Library of computations defined by French legislative texts, extract from Catala programs (https://catala-lang.org)",
"main": "french_law.js",
"dependencies": {
"benchmark": "^2.1.4",
"lodash": "^4.17.21",
"platform": "^1.3.6"
},
"devDependencies": {},
"scripts": {
"test": "node examples.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CatalaLang/catala.git"
},
"keywords": [
"law"
],
"author": "Denis Merigoux",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CatalaLang/catala/issues"
},
"homepage": "https://github.com/CatalaLang/catala#readme"
}