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.
 
 
 
 
 

59 lines
1.7 KiB

{
"name": "jschan",
"version": "0.1.0",
"description": "",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.0.0",
"bull": "^3.20.0",
"cache-pug-templates": "^2.0.3",
"connect-redis": "^5.0.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"del": "^6.0.0",
"dnsbl": "^3.2.0",
"express": "^4.17.1",
"express-fileupload": "git+https://gitgud.io/fatchan/express-fileupload.git#6f472bc3123d1f7e6371b9242145164fb4a5e706",
"express-session": "^1.17.0",
"file-type": "^15.0.1",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"fs-extra": "^9.1.0",
"gm": "git+https://gitgud.io/fatchan/gm.git",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-pug": "^4.0.1",
"gulp-replace": "^1.0.0",
"gulp-uglify-es": "^2.0.0",
"highlight.js": "^10.5.0",
"i18n-iso-countries": "^6.4.0",
"iconv-lite": "^0.6.2",
"imghash": "0.0.8",
"ioredis": "^4.19.4",
"ip6addr": "^0.2.3",
"mongodb": "^3.6.3",
"node-fetch": "^2.6.1",
"node-image-hash": "^1.0.7",
"path": "^0.12.7",
"pm2": "^4.5.4",
"pug": "^3.0.0",
"redlock": "^4.1.0",
"sanitize-html": "^2.3.2",
"saslprep": "^1.0.3",
"semver": "^7.3.4",
"socket.io": "^2.4.1",
"socket.io-redis": "^5.4.0",
"socks-proxy-agent": "^5.0.0",
"unix-crypt-td-js": "^1.1.4"
},
"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"
},
"author": "fatchan",
"license": "AGPL-3.0-or-later"
}