forked from doesdev/docxmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 886 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
43
44
45
{
"name": "docxmarks",
"version": "2.3.0",
"engines": {
"node": ">=6.0.0"
},
"files": [
"index.js"
],
"description": "Super simple bookmark replacement / mail merge for docx files",
"keywords": [
"docx",
"ooxml",
"mail merge",
"replace",
"bookmark",
"bookmarks",
"word",
"microsoft word",
"libre office",
"libre writer",
"open office"
],
"repository": {
"type": "git",
"url": "https://github.com/musocrat/docxmarks"
},
"homepage": "http://docxmarks.doesdev.com",
"author": "Andrew Carpenter",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/musocrat/docxmarks/issues"
},
"main": "index.js",
"scripts": {
"test": "node test.js --verbose"
},
"license": "MIT",
"dependencies": {
"jszip": "^3.10.1"
},
"devDependencies": {
"mvt": "^4.2.1"
}
}