salix/print/package.json

27 lines
608 B
JSON
Raw Normal View History

2019-01-22 08:55:35 +00:00
{
"name": "vn-print",
"version": "2.0.0",
"description": "Print service",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"
},
"license": "GPL-3.0",
"dependencies": {
"fs-extra": "^7.0.1",
"juice": "^5.0.1",
"mysql2": "^1.6.1",
"nodemailer": "^4.7.0",
"phantom": "^6.0.3",
"phantom-html2pdf": "^4.0.1",
"vue": "^2.5.17",
"vue-i18n": "^8.3.1",
"vue-server-renderer": "^2.5.17"
}
}