content-generator
Version:
Easy template generator to manage and save templates by key and languagecode.
38 lines (37 loc) • 930 B
JSON
{
"name": "content-generator",
"version": "0.0.6",
"description": "Easy template generator to manage and save templates by key and languagecode.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Martin Wiesmüller <m.wiesmueller@werbasinnotec.com> (werbasinnotec.com)",
"license": "MIT",
"keywords": [
"PDF",
"Template",
"Content"
],
"repository": {
"type": "git",
"url": "git@github.com:werbasinnotec/content-generator.git"
},
"devDependencies": {
"assertthat": "0.8.5",
"gulp": "3.9.1",
"gulp-batch": "1.0.5",
"gulp-eslint": "3.0.1",
"gulp-mocha": "4.0.1",
"gulp-shell": "0.6.1",
"gulp-watch": "4.3.11",
"mongodb": "2.1.18",
"mongodb-handler": "0.2.2",
"snooper": "0.0.6"
},
"dependencies": {
"html-pdf": "2.1.0",
"html-to-text": "3.1.0",
"nunjucks": "3.0.0"
}
}