-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.57 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@mllx87/puredocx",
"version": "2.1.5",
"description": "Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js, the Browser.",
"md5": "4SkG76o/xom7LI9QcU1t4Q==",
"scripts": {
"build": "gulp build",
"publish": "npm publish .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Timmy",
"email": "support@milyleshare.com",
"url": "https://puredocx.com"
},
"main": "lib/index.js",
"homepage": "https://github.com/mllx87/puredocx#readme",
"repository": {
"type": "git",
"url": "https://github.com/mllx87/puredocx.git"
},
"keywords": [
"docx",
"pptx",
"xlsx",
"templates",
"template",
"templater",
"templating",
"report",
"generation",
"generate",
"generator",
"microsoft office",
"microsoft word",
"microsoft powerpoint",
"microsoft excel",
"create",
"replace",
"make",
"Office Open XML",
"creator"
],
"bugs": {
"url": "https://github.com/mllx87/puredocx/issues"
},
"license": "MIT",
"files": [
"lib",
"package.json",
"README.md",
"README-zh.md",
"SECURITY.md"
],
"devDependencies": {
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-uglify": "^3.0.2",
"require-dir": "^1.2.0"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"image-size": "^1.1.1",
"lodash": "^4.17.21",
"pizzip": "^3.1.7",
"node-machine-id": "^1.1.12"
},
"directories": {
"lib": "lib",
"test": "tests"
}
}