forked from open-xml-templating/docxtemplater
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.08 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.08 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
{
"name": "docxtemplater",
"version": "0.7.7",
"author": "Edgar Hipp",
"description": "A docX templater",
"contributors": [
{
"name": "Edgar Hipp"
}
],
"main": "js/docxgen.js",
"bin": {
"docxtemplater": "./js/cli.js"
},
"keywords": [
"docx",
"templates",
"generation",
"microsoft word"
],
"repository": {
"type": "git",
"url": "https://github.com/edi9999/docxtemplater"
},
"dependencies": {
"jszip": "^2.4.0",
"png-js": "^0.1.1",
"jsqrcode": "0.0.6",
"url": "^0.10.1",
"xmldom": "0.1.x"
},
"devDependencies": {
"angular-expressions": "~0.2.1",
"gulp": "~3.8.0",
"gulp-browserify": "^0.5.0",
"gulp-coffee": "~2.0.1",
"gulp-concat": "~2.2.0",
"gulp-jasmine": "^0.2.0",
"gulp-livereload": "~2.1.0",
"gulp-notify": "^1.2.5",
"gulp-rename": "^1.2.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.14",
"gulp-watch": "~0.6.5"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "jasmine-node test/spec/docxgenTest.spec.js"
}
}