Files
zoff/package.json
2018-03-04 20:13:07 +01:00

67 lines
1.7 KiB
JSON

{
"name": "zoff",
"version": "2.0.2",
"description": "Zoff, the shared YouTube based radio services",
"main": "server/app.js",
"scripts": {
"start": "gulp build && node server/app.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": {
"gulp-util": "~3.0.6",
"gulp": "~3.9.0",
"gulp-concat": "~2.6.0",
"gulp-uglifyjs": "~0.6.2"
},
"homepage": "https://github.com/zoff-music/zoff#readme",
"dependencies": {
"assert": "^1.4.1",
"bad-words": "^1.5.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"color-thief-jimp": "^2.0.2",
"cookie-parser": "^1.4.3",
"cookies": "^0.7.1",
"emoji-strip": "^0.0.3",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"express-recaptcha": "^3.0.1",
"express-session": "^1.15.6",
"express-sessions": "^1.0.6",
"express-subdomain": "^1.0.5",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.8",
"jimp": "^0.2.28",
"mobile-detect": "^1.3.7",
"mongodb": "^2.0.27",
"mongojs": "^2.4.0",
"mongoose": "^5.0.3",
"mpromise": "^0.5.5",
"node-cryptojs-aes": "^0.4.0",
"nodemailer": "^4.0.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"request": "^2.72.0",
"socket.io": "^2.0.4",
"socket.io-redis": "^5.2.0",
"sticky-session": "^1.1.2",
"uniqid": "^4.1.1",
"vhost": "^3.0.2"
}
}