filesafe/package.json
Bobby Wibowo fc71601074
Updates
* Show horizontal scrollbar for table only when needed.

* Cache-Control for static files.
2018-01-24 23:04:21 +07:00

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"
]
}
}