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.
 
 
 
 
 

46 lines
1.2 KiB

{
"name": "jschan",
"version": "0.0.1",
"description": "",
"main": "server.js",
"dependencies": {
"@tohru/gm": "git+https://github.com/fatchan/gm.git",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"connect-mongo": "^2.0.3",
"convert-svg-to-png": "^0.5.0",
"cookie-parser": "^1.4.4",
"csurf": "^1.10.0",
"del": "^4.1.1",
"express": "^4.17.1",
"express-fileupload": "github:fatchan/express-fileupload",
"express-session": "^1.16.2",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"fs-extra": "^7.0.1",
"gm": "github:fatchan/gm",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-pug": "^4.0.1",
"gulp-uglify-es": "^1.0.4",
"live-mutex": "^0.1.1066",
"lodash": "^4.17.15",
"lodash.mergewith": "^4.6.2",
"mongodb": "^3.3.0",
"path": "^0.12.7",
"pm2": "^3.5.1",
"pug": "^2.0.4",
"rsmq": "^0.11.0",
"sanitize-html": "^1.20.1",
"saslprep": "^1.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "npm i -g pm2 gulp",
"start": "pm2 start ecosystem.config.js --env production"
},
"author": "",
"license": "ISC"
}