{ "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.4", "express-session": "^1.15.6", "fluent-ffmpeg": "^2.1.2", "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", "wipe": "node wipe.js" }, "author": "", "license": "ISC" }