jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.4 KiB

5 years ago
{
"name": "jschan",
"version": "0.0.1",
"migrateVersion": "0.0.9",
5 years ago
"description": "",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.0.0",
"bull": "^3.12.1",
"cache-pug-templates": "^2.0.1",
"connect-redis": "^4.0.4",
4 years ago
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"del": "^5.1.0",
5 years ago
"dnsbl": "^3.2.0",
5 years ago
"express": "^4.17.1",
"express-fileupload": "github:fatchan/express-fileupload",
"express-session": "^1.17.0",
"fluent-ffmpeg": "^2.1.2",
5 years ago
"fs": "0.0.1-security",
"fs-extra": "^9.0.0",
"gm": "github:fatchan/gm",
"gulp": "^4.0.2",
4 years ago
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-pug": "^4.0.1",
"gulp-uglify-es": "^2.0.0",
"highlight.js": "^10.0.0",
"ioredis": "^4.14.1",
"mongodb": "^3.5.0",
"node-fetch": "^2.6.0",
5 years ago
"path": "^0.12.7",
"pm2": "^4.3.0",
bring across dependabot merges (#147) * Bump ioredis from 4.16.3 to 4.17.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.16.3 to 4.17.1. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](https://github.com/luin/ioredis/compare/v4.16.3...v4.17.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump sanitize-html from 1.23.0 to 1.24.0 Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/apostrophecms/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump pug from 2.0.4 to 3.0.0 Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.0. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.4...pug@3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump mongodb from 3.5.7 to 3.5.8 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.5.7 to 3.5.8. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.5.7...v3.5.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
4 years ago
"pug": "^3.0.0",
"redlock": "^4.1.0",
"sanitize-html": "^1.21.1",
"saslprep": "^1.0.3",
"socket.io": "^2.3.0",
"socket.io-redis": "^5.2.0",
"socks-proxy-agent": "^5.0.0"
5 years ago
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "npm i -g pm2 gulp && gulp",
"start": "pm2 start ecosystem.config.js --env production",
"start-dev": "pm2 start ecosystem.config.js --env development"
5 years ago
},
"author": "fatchan",
"license": "AGPL-3.0-or-later"
5 years ago
}