FIC_Solar/SolarPower/wwwroot/js/bower_components/jquery-table2excel/table2excel.jquery.json
b110212000 0a8b7d2f1c js
2021-06-24 10:38:24 +08:00

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"
}
}