salix/services/print/package.json

21 lines
439 B
JSON
Raw Normal View History

2017-11-27 14:08:18 +00:00
{
"name": "print",
"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",
"html-pdf": "^2.2.0",
"inline-css": "^2.2.2",
"mustache": "^2.3.0",
"mysql": "^2.13.0",
"path": "^0.12.7"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"
},
"license": "GPL-3.0"
}