UNPKG

1.34 kBJSONView Raw
1{
2 "name": "object-exporter",
3 "homepage": "https://github.com/gharibi",
4 "description": "A little JavaScript plugin to generate PDF, XLS, CSV and DOC from JavaScript Object or DOM element only from the frontend!",
5 "version": "3.6.3",
6 "main": "dist/objectexporter.min.js",
7 "repository": "https://github.com/gharibi/JsObjExporter",
8 "license": "MIT",
9 "dependences": {},
10 "devDependencies": {
11 "@babel/core": "^7.16.7",
12 "@babel/preset-env": "^7.16.8",
13 "babel-loader": "^8.2.3",
14 "babel-preset-es2015": "^6.24.1",
15 "detect-browser": "^5.3.0",
16 "file-saver": "^2.0.5",
17 "install": "^0.13.0",
18 "npm": "^8.3.0",
19 "standard": "^16.0.4",
20 "webpack": "^5.66.0",
21 "webpack-cli": "^4.9.1"
22 },
23 "scripts": {
24 "test": "standard",
25 "dev": "webpack --mode development",
26 "build": "webpack --mode production"
27 },
28 "author": "Dr. Arash Gharibi <arash_gharibi@gmx.de>",
29 "contributors": [
30 "Peng Wang <peng_wang@web.de>"
31 ],
32 "standard": {
33 "ignore": [
34 "/dist/objectexporter.min.js",
35 "webpack.config.js"
36 ]
37 },
38 "keywords": [
39 "objectexporter",
40 "object-exporter",
41 "jsobjexp",
42 "csv",
43 "xls",
44 "xlsx",
45 "doc",
46 "docx",
47 "dom",
48 "javascript-csv",
49 "javascript-xls",
50 "javascript-pdf",
51 "javascript-doc",
52 "javascript-html"
53 ]
54}