Skip to content

Commit cf9c1fb

Browse files
committed
Update tableExport.jquery.json
1 parent b2f289a commit cf9c1fb

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

tableExport.jquery.json

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"name" : "tableExport",
3-
"version" : "1.0.0",
4-
"licenses" : [{
5-
"type": "MIT license (MIT)",
6-
"url": "http://opensource.org/licenses/MIT"
7-
}],
8-
"title" : "HTML Table export",
9-
"author" : {
10-
"name" : "Giriraj",
11-
"email" : "[email protected]",
12-
"url" : "http://ngiriraj.com"
13-
},
14-
"keywords" : ["table2JSON", "table2XML", "table2PNG","table2CSV","table2Excel","table2Word","table2Powerpoint","table2txt","table2PDF","table2sql"],
15-
"bugs" : "https://github.com/kayalshri/tableExport.jquery.plugin/issues",
16-
"homepage" : "http://ngiriraj.com/tableExport",
17-
"dependencies" : {
18-
"jquery" : ">=1.10"
2+
"name": "tableExport",
3+
"title": "HTML Table Export",
4+
"description": "HTML table data export to json,pdf,csv,txt,xml,png,sql",
5+
"keywords": ["table2JSON", "table2XML", "table2PNG","table2CSV","table2Excel","table2Word","table2Powerpoint","table2txt","table2PDF","table2sql"],
6+
"version": "1.0.0",
7+
"author": {
8+
"name": "Giriraj Namachivayam",
9+
"url": "https://github.com/kayalshri"
10+
,
11+
"licenses": [
12+
{
13+
"type": "MIT",
14+
"url": "http://www.opensource.org/licenses/mit-license.php"
1915
}
16+
],
17+
"bugs": "https://github.com/kayalshri/tableExport.jquery.plugin/issues",
18+
"homepage": "https://github.com/kayalshri/tableExport.jquery.plugin",
19+
"download": "https://github.com/kayalshri/tableExport.jquery.plugin/archive/master.zip",
20+
"dependencies": {
21+
"jquery": ">=1.4"
22+
}
2023
}

0 commit comments

Comments
 (0)