2017-11-27 14:08:18 +00:00
|
|
|
{
|
|
|
|
"name": "print",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Servidor de impresión PDF",
|
2018-01-29 11:37:54 +00:00
|
|
|
"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"
|
|
|
|
}
|