Revue description projet dans package.json

This commit is contained in:
Fabrice PENHOËT 2021-10-12 11:01:03 +02:00
parent 3fa780d27e
commit ec860628e9
1 changed files with 2 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "freedatas2html", "name": "freedatas2html",
"version": "0.7.4", "version": "0.7.4",
"description": "Visualization of data from various sources (CSV, API, HTML...) with filters, classification, pagination, etc.", "description": "Conversion and display of data in different formats (CSV, JSON, HTML) with the possibility of filtering, classifying and paginating the results.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "clear && karma start", "test": "clear && karma start",
@ -12,12 +12,7 @@
"type": "git", "type": "git",
"url": "https://forge.chapril.org/Fab_Blab/freeDatas2HTML" "url": "https://forge.chapril.org/Fab_Blab/freeDatas2HTML"
}, },
"keywords": [ "keywords": ["CSV", "datas", "grid", "HTML", "JSON", "list", "parser", "TABLE", "view" ],
"csv",
"table",
"data",
"view"
],
"author": { "author": {
"name": "Fabrice PENHOËT", "name": "Fabrice PENHOËT",
"email": "fabrice@le-fab-lab.com", "email": "fabrice@le-fab-lab.com",