salix/services/print/package.json

24 lines
524 B
JSON
Raw Normal View History

2017-11-27 14:08:18 +00:00
{
"name": "vn-print",
2017-11-27 14:08:18 +00:00
"version": "0.0.1",
"description": "Servidor de impresión PDF",
"main": "server/server.js",
2017-11-27 14:08:18 +00:00
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"fs-extra": "^5.0.0",
2017-11-27 14:08:18 +00:00
"html-pdf": "^2.2.0",
"inline-css": "^2.2.2",
"mustache": "^2.3.0",
2018-05-28 12:57:09 +00:00
"mysql2": "^1.5.3",
"path": "^0.12.7",
"require-yaml": "0.0.1",
"strftime": "^0.10.0"
2017-11-27 14:08:18 +00:00
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"
},
"license": "GPL-3.0"
}