UNPKG

1.38 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.1",
6 "main": "dist/objectexporter.min.js",
7 "repository": "https://github.com/gharibi/JsObjExporter",
8 "license": "MIT",
9 "dependences": {},
10 "devDependencies": {
11 "@babel/core": "^7.12.3",
12 "@babel/preset-env": "^7.12.1",
13 "babel-loader": "^8.1.0",
14 "babel-preset-es2015": "^6.24.1",
15 "detect-browser": "^5.2.0",
16 "file-saver": "^2.0.2",
17 "install": "^0.13.0",
18 "npm": "^6.14.8",
19 "standard": "^16.0.1",
20 "uglifyjs-webpack-plugin": "^2.2.0",
21 "webpack": "^5.3.2",
22 "webpack-cli": "^4.1.0"
23 },
24 "scripts": {
25 "test": "standard",
26 "dev": "webpack --mode development",
27 "build": "webpack --mode production"
28 },
29 "author": "Dr. Arash Gharibi <arash_gharibi@gmx.de>",
30 "contributors": [
31 "Peng Wang <peng_wang@web.de>"
32 ],
33 "standard": {
34 "ignore": [
35 "/dist/objectexporter.min.js",
36 "webpack.config.js"
37 ]
38 },
39 "keywords": [
40 "objectexporter",
41 "object-exporter",
42 "jsobjexp",
43 "csv",
44 "xls",
45 "xlsx",
46 "doc",
47 "docx",
48 "dom",
49 "javascript-csv",
50 "javascript-xls",
51 "javascript-pdf",
52 "javascript-doc",
53 "javascript-html"
54 ]
55}
\No newline at end of file