filesafe/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2017-01-13 07:34:21 +00:00
{
2017-10-04 02:45:01 +00:00
"name": "lolisafe",
"version": "3.0.0",
"description": "Blazing fast file uploader and awesome bunker written in node! 🚀",
"author": "Pitu",
2017-01-13 07:34:21 +00:00
"repository": {
"type": "git",
"url": "https://github.com/WeebDev/lolisafe"
2017-01-13 07:34:21 +00:00
},
"bugs": {
"url": "https://github.com/WeebDev/lolisafe/issues"
2017-01-13 07:34:21 +00:00
},
"engines": {
"node": ">=8.0.0"
2017-01-13 07:34:21 +00:00
},
"license": "MIT",
"scripts": {
"start": "node ./lolisafe.js",
"pm2": "pm2 start --name lolisafe ./lolisafe.js"
},
2017-01-13 07:34:21 +00:00
"dependencies": {
"bcrypt": "^2.0.0",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
2018-03-01 21:03:47 +00:00
"fluent-ffmpeg": "^2.1.2",
"gm": "^1.23.1",
"helmet": "^3.12.0",
2018-03-01 21:03:47 +00:00
"jszip": "^3.1.5",
"knex": "^0.14.6",
2018-03-01 21:03:47 +00:00
"multer": "^1.3.0",
"nunjucks": "^3.1.2",
2017-01-13 07:34:21 +00:00
"randomstring": "^1.1.5",
"snekfetch": "^3.6.4",
"sqlite3": "^4.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
},
"resolutions": {
"chokidar": "^2.0.3"
}
2017-01-13 07:34:21 +00:00
}