-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
39 lines (39 loc) · 902 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
{
"name": "docxtemplater-link-module",
"version": "0.2.4",
"description": "Hyperlink module for docxtemplater",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"docxtemplater",
"hyperlink",
"microsoft word",
"generation",
"docx"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sujith3g/docxtemplater-link-module.git"
},
"author": "sujith <sujith3g(at)gmail(dot)com>",
"license": "MIT",
"dependencies": {
"xmldom": "0.1.22"
},
"devDependencies": {
"chai": "^1.10.0",
"docxtemplater": "^2.1.1",
"gulp-browserify": "^0.5.0",
"jszip": "^2.4.0"
},
"bugs": {
"url": "https://github.com/sujith3g/docxtemplater-link-module/issues"
},
"homepage": "https://github.com/sujith3g/docxtemplater-link-module#readme",
"directories": {
"example": "examples",
"test": "test"
}
}