forked from open-xml-templating/docxtemplater-cli
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 896 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
{
"name": "docxtemplater-cli-open-image-module",
"version": "1.0.3",
"description": "CLI for Docxtemplater including optional support of OpenSource ImageModule",
"main": "js/cli.js",
"scripts": {
"compile": "rimraf js && mkdirp js && babel es6 --out-dir js"
},
"bin": {
"docxtemplater": "js/cli.js"
},
"keywords": [],
"author": "MaxRcd (Edgar Hipp)",
"license": "MIT",
"dependencies": {
"bluerider": "^1.0.0",
"docxtemplater": "^3.5.2",
"open-docxtemplater-image-module": "^1.0.2",
"jszip": "^2.6.1",
"minimist": "^1.2.0",
"image-size": "^0.5.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.3.13",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/MaxRcd/docxtemplater-cli-open-image-module"
}
}