-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 996 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@gnnk71/jqcsv",
"version": "2.0.0",
"description": "jqCSV is a html client utility to manage csv files, read, filter, modify rows, add new rows, delete rows, export file csv in JSON, XML, CSV, TXT, SQL and MS-Excel.",
"main": "jqCSV.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "live-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpalleschi/jqCSV.git"
},
"keywords": [
"jquery",
"csv",
"crud",
"bootstrap5"
],
"author": "Giovanni Palleschi",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/gpalleschi/jqCSV/issues"
},
"homepage": "https://github.com/gpalleschi/jqCSV#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"bootstrap": "^5.0.2",
"bootstrap-table": "^1.18.3",
"jquery": "^3.6.0",
"live-server": "^1.2.1",
"tableexport.jquery.plugin": "^1.10.11"
},
"devDependencies": {}
}