UNPKG

ajax-table

Version:

Handles a table loading with AJAX

49 lines (48 loc) 1.24 kB
{ "name": "ajax-table", "title": "Ajax Table", "description": "Handles a table loading with AJAX", "keywords": [ "jquery-plugins", "ajax", "table", "jquery-plugin", "ecosystem:jquery" ], "scripts": { "release": "babel ajaxTable.js -o ajaxTable.min.js && git add ajaxTable.min.js && git diff-index --quiet HEAD || git commit -m \"Build\"" }, "version": "1.12.6", "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/ajaxTable/issues", "homepage": "https://github.com/Zenoo/ajaxTable", "docs": "https://github.com/Zenoo/ajaxTable#readme", "download": "https://github.com/Zenoo/ajaxTable/archive/master.zip", "dependencies": { "csvexporter": "^1.4.2", "jquery": "^3.3.1", "jquery-excel-exporter": "^1.2.1", "slick-loader": "^1.1.38" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "babel-preset-minify": "^0.5.2" } }