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",
|
2017-10-03 20:34:57 +00:00
|
|
|
"url": "https://github.com/WeebDev/lolisafe"
|
2017-01-13 07:34:21 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2018-04-04 16:47:20 +00:00
|
|
|
"url": "https://github.com/WeebDev/lolisafe/issues"
|
2017-01-13 07:34:21 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-04-30 17:32:50 +00:00
|
|
|
"node": ">=8.0.0"
|
2017-01-13 07:34:21 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
2018-01-24 15:31:23 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node ./lolisafe.js",
|
2018-08-20 23:24:50 +00:00
|
|
|
"pm2": "pm2 start --name lolisafe ./lolisafe.js",
|
|
|
|
"thumbs": "node ./scripts/thumbs.js"
|
2018-01-24 15:31:23 +00:00
|
|
|
},
|
2017-01-13 07:34:21 +00:00
|
|
|
"dependencies": {
|
2018-04-08 18:30:25 +00:00
|
|
|
"bcrypt": "^2.0.0",
|
2018-01-23 17:15:32 +00:00
|
|
|
"body-parser": "^1.18.2",
|
2018-09-04 15:48:24 +00:00
|
|
|
"clamdjs": "^1.0.1",
|
2018-03-16 20:17:32 +00:00
|
|
|
"express": "^4.16.3",
|
2018-01-23 17:15:32 +00:00
|
|
|
"express-rate-limit": "^2.11.0",
|
2018-03-01 21:03:47 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2018-01-23 17:15:32 +00:00
|
|
|
"gm": "^1.23.1",
|
2018-03-16 20:17:32 +00:00
|
|
|
"helmet": "^3.12.0",
|
2018-03-01 21:03:47 +00:00
|
|
|
"jszip": "^3.1.5",
|
2018-04-18 21:00:36 +00:00
|
|
|
"knex": "^0.14.6",
|
2018-03-01 21:03:47 +00:00
|
|
|
"multer": "^1.3.0",
|
2018-04-18 21:00:36 +00:00
|
|
|
"nunjucks": "^3.1.2",
|
2018-09-01 20:37:26 +00:00
|
|
|
"path-complete-extname": "^1.0.0",
|
2017-01-13 07:34:21 +00:00
|
|
|
"randomstring": "^1.1.5",
|
2018-05-09 09:53:27 +00:00
|
|
|
"snekfetch": "^3.6.4",
|
2018-03-16 20:08:55 +00:00
|
|
|
"sqlite3": "^4.0.0"
|
2017-10-03 20:34:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-03-28 17:40:50 +00:00
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-standard": "^11.0.0",
|
2018-04-18 21:00:36 +00:00
|
|
|
"eslint-plugin-import": "^2.11.0",
|
2018-03-28 17:40:50 +00:00
|
|
|
"eslint-plugin-node": "^6.0.1",
|
|
|
|
"eslint-plugin-promise": "^3.7.0",
|
|
|
|
"eslint-plugin-standard": "^3.0.1"
|
2017-10-03 20:34:57 +00:00
|
|
|
},
|
2018-04-25 11:39:54 +00:00
|
|
|
"resolutions": {
|
|
|
|
"chokidar": "^2.0.3"
|
2018-04-30 17:32:50 +00:00
|
|
|
}
|
2017-01-13 07:34:21 +00:00
|
|
|
}
|