2021-03-18 18:41:55 +03:00
|
|
|
{
|
|
|
|
"name": "french_law",
|
2021-11-07 03:38:17 +03:00
|
|
|
"version": "0.5.0",
|
2021-03-18 18:41:55 +03:00
|
|
|
"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",
|
2021-05-12 03:07:18 +03:00
|
|
|
"lodash": "^4.17.21",
|
2021-03-18 18:41:55 +03:00
|
|
|
"platform": "^1.3.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node allocations_familiales.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"
|
|
|
|
}
|