forked from rainabba/jquery-table2excel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
table2excel.jquery.json
38 lines (38 loc) · 915 Bytes
/
table2excel.jquery.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
36
37
38
{
"name": "table2excel",
"title": "jQuery table2excel",
"description": "jQuery plugin to export an .xls file in browser from an HTML table",
"keywords": [
"jquery",
"table2excel",
"plugins",
"Table",
"Excel"
],
"version": "1.0.2",
"author": {
"name": "rainabba",
"email": "rainabba@gmail.com",
"url": "https://github.com/rainabba"
},
"maintainers": [
{
"name": "Michael-Rainabba Richardson",
"email": "rainabba@gmail.com",
"url": "https://github.com/rainabba"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://rainabba.mit-license.org/"
}
],
"bugs": "https://github.com/rainabba/jquery-table2excel/issues",
"homepage": "https://github.com/rainabba/jquery-table2excel",
"docs": "https://github.com/rainabba/jquery-table2excel#readme",
"download": "https://github.com/rainabba/jquery-table2excel/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}