mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
fc71601074
* Show horizontal scrollbar for table only when needed. * Cache-Control for static files.
46 lines
996 B
JSON
46 lines
996 B
JSON
{
|
|
"name": "lolisafe",
|
|
"version": "3.0.0",
|
|
"description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
|
|
"author": "Pitu",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WeebDev/lolisafe"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeebDev/loli-safe/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node ./lolisafe.js",
|
|
"pm2": "pm2 start --name lolisafe ./lolisafe.js "
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^1.0.3",
|
|
"body-parser": "^1.18.2",
|
|
"express": "^4.16.2",
|
|
"express-handlebars": "^3.0.0",
|
|
"express-rate-limit": "^2.11.0",
|
|
"fluent-ffmpeg": "^2.1.0",
|
|
"gm": "^1.23.1",
|
|
"helmet": "^3.10.0",
|
|
"jszip": "^3.1.4",
|
|
"knex": "^0.14.2",
|
|
"multer": "^1.2.1",
|
|
"randomstring": "^1.1.5",
|
|
"sqlite3": "^3.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^10.0.3"
|
|
},
|
|
"standard": {
|
|
"envs": [
|
|
"browser",
|
|
"node"
|
|
]
|
|
}
|
|
}
|