39 lines
915 B
JSON
39 lines
915 B
JSON
{
|
|
"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.1.1",
|
|
"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"
|
|
}
|
|
}
|