{ "name": "tableexport", "version": "4.0.0-alpha.4", "authors": [ "clarketm " ], "description": "The simple, easy-to-implement plugin to export HTML tables to xlsx, xls, csv, and txt files", "main": "dist/js/tableexport.js", "typings": "dist/typings/tableexport.d.ts", "style": [ "dist/css/tableexport.css" ], "keywords": [ "table", "export", "table", "export", "Excel", "xlsx", "xls", "csv", "txt", "jquery-plugin", "ecosystem:jquery" ], "scripts": { "test": "gulp", "build": "gulp" }, "repository": { "type": "git", "url": "https://github.com/clarketm/TableExport" }, "bugs": { "url": "https://github.com/clarketm/TableExport/issues" }, "dependencies": { "blobjs": "^1.1.0", "bootstrap": "^3.3.7", "file-saverjs": "^1.3.5", "jquery": "^3.1.1", "xlsx-js": "^0.8.7" }, "devDependencies": { "del": "^2.2.0", "gulp": "^3.9.1", "gulp-bump": "^2.4.0", "gulp-clean-css": "^2.0.7", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-uglify": "^1.5.3", "jasmine": "^2.4.1" }, "license": "MIT", "homepage": "https://www.travismclarke.com/tableexport/", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }