forked from huanz/tableExport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "table-export",
"version": "2.0.0",
"description": "table export, support json、csv、txt、xml、word、excel、image、pdf",
"main": "dist/tableExport.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huanz/tableExport.git"
},
"keywords": [
"export",
"table",
"image",
"pdf",
"word",
"excel",
"doc",
"xls",
"csv",
"json",
"xml",
"txt"
],
"author": "bukas",
"license": "ISC",
"bugs": {
"url": "https://github.com/huanz/tableExport/issues"
},
"homepage": "https://github.com/huanz/tableExport#readme",
"devDependencies": {
"blueimp-canvas-to-blob": "^3.8.0",
"file-saver": "^1.3.3",
"jspdf": "http://github.com/MrRio/jsPDF/archive/master.tar.gz",
"webpack": "^3.0.0-rc.1",
"webpack-dev-server": "^2.4.5",
"webpack-strip-block": "^1.0.0"
}
}