24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"name": "vn-print",
|
|
"version": "0.0.1",
|
|
"description": "Servidor de impresión PDF",
|
|
"main": "server/server.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"express": "^4.15.3",
|
|
"fs-extra": "^5.0.0",
|
|
"html-pdf": "^2.2.0",
|
|
"inline-css": "^2.2.2",
|
|
"mustache": "^2.3.0",
|
|
"mysql2": "^1.5.3",
|
|
"path": "^0.12.7",
|
|
"require-yaml": "0.0.1",
|
|
"strftime": "^0.10.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.verdnatura.es/salix"
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|