UNPKG

520 BJSONView Raw
1{
2 "name": "object-exporter",
3 "description": "A javascript library to generate CSV or XLS/XLSX out of an object on the frontend.",
4 "main": "src/index.js",
5 "authors": [
6 "Dr. Arash Gharibi <arash_gharibi@gmx.de>",
7 "Peng Wang <peng_wang@web.de>"
8 ],
9 "license": "MIT",
10 "keywords": [
11 "objectexporter",
12 "object-exporter",
13 "csv",
14 "xls",
15 "xlsx",
16 "javascript-csv",
17 "javascript-xls"
18 ],
19 "homepage": "https://github.com/gharibi",
20 "ignore": [
21 "node_modules",
22 "dist"
23 ]
24}
\No newline at end of file