csvexporter
Version:
Export your HTML tables to CSV format.
80 lines (79 loc) • 1.58 kB
JSON
{
"name": "csvexporter",
"title": "jQuery Table To CSV Exporter",
"description": "Export your HTML tables to CSV format.",
"keywords": [
"jquery-plugins",
"jquery-plugin",
"ecosystem:jquery",
"csv",
"export",
"table"
],
"scripts": {
"release": "standard-version -s"
},
"version": "1.4.3",
"main": "csvExport.js",
"author": {
"name": "Zenoo",
"url": "https://github.com/Zenoo"
},
"maintainers": [
{
"name": "Zenoo",
"url": "https://github.com/Zenoo"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/Zenoo/JQuery-csvExport/issues",
"homepage": "https://github.com/Zenoo/JQuery-csvExport",
"repository": "https://github.com/Zenoo/JQuery-csvExport#readme",
"dependencies": {
"jquery": ">=1.4"
},
"devDependencies": {
"standard-version": "^9.1.1"
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Visual updates"
},
{
"type": "refactor",
"section": "Refactoring"
},
{
"type": "perf",
"section": "Performance"
},
{
"type": "test",
"section": "Tests"
}
]
}
}