first commit
parents
Showing
.gitignore
0 → 100644
coffee/docUtils.coffee
0 → 100644
coffee/docxQrCode.coffee
0 → 100644
coffee/imgManager.coffee
0 → 100644
coffee/imgReplacer.coffee
0 → 100644
coffee/index.coffee
0 → 100644
coffee/test.coffee
0 → 100644
This diff is collapsed.
Click to expand it.
coffee/xmlUtil.coffee
0 → 100644
examples/image.png
0 → 100644
17.6 KB
examples/image2.png
0 → 100644
7.26 KB
examples/imageExample.docx
0 → 100644
File added
examples/imageLoopExample.docx
0 → 100644
File added
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "docxtemplater-image-module", | ||
"version": "0.1.0", | ||
"description": "Image Module for docxtemplater v1.0", | ||
"main": "js/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"gulp": "~3.8.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" | ||
}, | ||
"author": "Edgar Hipp", | ||
"license": "MIT", | ||
"dependencies": { | ||
"docxtemplater": "^1.0.0-beta.2", | ||
"gulp-browserify": "^0.5.0", | ||
"png-js": "^0.1.1", | ||
"qrcode-reader": "0.0.5", | ||
"xmldom": "^0.1.19" | ||
} | ||
} |
Please
register
or
sign in
to comment