Files
zoff/package.json
2019-11-16 21:13:45 +01:00

70 lines
1.9 KiB
JSON

{
"name": "zoff",
"version": "2.0.2",
"description": "Zoff, the shared YouTube based radio services",
"main": "server/app.js",
"scripts": {
"start": "npm install --only=dev && npm install && $(npm bin)/gulp build && node server/start.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoff-music/zoff.git"
},
"author": {
"name": "Kasper Rynning Tønnesen",
"email": "kasper@kasperrt.no"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zoff-music/zoff/issues"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"@types/node": "^12.12.8",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2"
},
"homepage": "https://github.com/zoff-music/zoff#readme",
"dependencies": {
"@types/mongodb": "^3.3.10",
"bad-words": "^3.0.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"color-thief-jimp": "^2.0.2",
"compression": "^1.7.4",
"connect-mongo": "^3.1.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-recaptcha": "^5.0.1",
"express-session": "^1.17.0",
"farmhash": "^3.0.0",
"feature-policy": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"helmet": "^3.21.2",
"jimp": "^0.8.5",
"mongodb": "^3.3.4",
"mongojs": "^3.1.0",
"mongojs-paginate": "^1.2.0",
"mongoose": "^5.7.11",
"mpromise": "^0.5.5",
"nodemailer": "^6.3.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"referrer-policy": "^1.2.0",
"request": "^2.88.0",
"socket.io": "^2.3.0",
"socket.io-redis": "^5.2.0",
"sticky-session": "^1.1.2",
"uniqid": "5.1.0"
}
}