-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.48 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.48 KB
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
{
"name": "jsreport-docxtemplater",
"version": "1.4.2",
"description": "jsreport recipe using docxtemplater to create docx files",
"homepage": "https://github.com/jsreport/jsreport-docxtemplater",
"repository": {
"type": "git",
"url": "git@github.com:jsreport/jsreport-docxtemplater.git"
},
"author": {
"name": "Jan Blaha",
"email": "jan.blaha@hotmail.com"
},
"contributos": [
"BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)"
],
"keywords": [
"jsreport",
"docx"
],
"scripts": {
"start": "jsreport-studio-start --httpPort 4800",
"test": "mocha test --timeout 8000 && standard",
"build": "jsreport-studio-build",
"prepublishOnly": "jsreport-studio-build"
},
"standard": {
"ignore": [
"main.js"
],
"parser": "babel-eslint",
"env": {
"node": true,
"mocha": true,
"browser": true
}
},
"license": "MIT",
"dependencies": {
"docxtemplater": "3.16.11",
"jsreport-office": "1.2.3",
"jszip": "2.6.1"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "6.0.1",
"eslint-plugin-babel": "5.3.0",
"jsreport-assets": "1.7.0",
"jsreport-core": "2.10.1",
"jsreport-studio-dev": "1.6.0",
"jsreport-templates": "2.4.0",
"mocha": "6.1.4",
"should": "13.2.3",
"standard": "13.0.1",
"textract": "2.5.0"
},
"files": [
"lib",
"studio",
"index.js",
"jsreport.config.js"
],
"engines": {
"node": ">=8.9"
}
}