mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 17:10:22 +03:00
29 lines
728 B
JSON
29 lines
728 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 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"
|
|
}
|