|
1 | 1 | {
|
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 |
| - |
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" |
19 | 15 | }
|
| 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 | + } |
20 | 23 | }
|
0 commit comments