UNPKG

table-exporter

Version:

Export HTML Table (Table Tag, Table CSS) to a file (JSON, CSV, etc.)

54 lines (53 loc) 1.15 kB
{ "name": "table-exporter", "version": "0.0.12", "description": "Export HTML Table (Table Tag, Table CSS) to a file (JSON, CSV, etc.)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "export": "./bin/export_table.js", "browserify": "browserify web.js -o web/te.js" }, "bin": { "export-table": "./bin/export_table.js", "export-rows": "./bin/export_rows.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/tyolab/table-exporter.git" }, "keywords": [ "HTML", "CSS", "Table", "JSON", "CSV", "export", "data", "transformation" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/tyolab/table-exporter/issues" }, "homepage": "https://github.com/tyolab/table-exporter#readme", "dependencies": { "cheerio": "^0.22.0", "node-programmer": "^0.0.19", "request": "^2.74.0" }, "files": [ "LICENSE", "lib/", "README.md", "index.js", "examples/", "bin/", "web/te.js", "utils/", "web.js", "functions.js", "package.json" ] }