2019-01-20 21:40:10 +02:00
|
|
|
{
|
|
|
|
"name": "latex2image-web",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Web-based LaTeX to image converter using Node.js / Docker",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
2019-01-20 21:42:07 +02:00
|
|
|
"license": "MIT",
|
2019-01-20 21:40:10 +02:00
|
|
|
"dependencies": {
|
2021-01-16 00:47:37 +01:00
|
|
|
"bluebird": "^3.7.2",
|
2019-06-23 12:00:46 -07:00
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"express": "^4.17.1",
|
2021-01-16 00:47:37 +01:00
|
|
|
"express-promise-router": "^4.0.1",
|
|
|
|
"express-queue": "^0.0.12",
|
|
|
|
"sharp": "^0.27.0",
|
|
|
|
"shelljs": "^0.8.4"
|
2019-01-20 21:40:10 +02:00
|
|
|
}
|
|
|
|
}
|