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.
 
 
 
 
 

30 lines
735 B

{
"name": "jschan",
"version": "0.0.1",
"description": "",
"main": "server.js",
"dependencies": {
"@tohru/gm": "git+https://github.com/iCrawl/gm.git",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.16.3",
"express-fileupload": "^1.1.3-alpha.2",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"helmet": "^3.13.0",
"mongodb": "^3.2.2",
"path": "^0.12.7",
"pug": "^2.0.3",
"sanitize-html": "^1.20.0",
"uuid": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}