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",
"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",
"scripts": {
"test": "clear && karma start",
@ -12,12 +12,7 @@
"type": "git",
"url": "https://forge.chapril.org/Fab_Blab/freeDatas2HTML"
},
"keywords": [
"csv",
"table",
"data",
"view"
],
"keywords": ["CSV", "datas", "grid", "HTML", "JSON", "list", "parser", "TABLE", "view" ],
"author": {
"name": "Fabrice PENHOËT",
"email": "fabrice@le-fab-lab.com",