mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 04:28:49 +00:00
28 lines
620 B
JSON
Executable File
28 lines
620 B
JSON
Executable File
{
|
|
"name": "zoff",
|
|
"version": "2.0.1",
|
|
"description": "Zöff, the shared YouTube based radio services",
|
|
"dependencies": {
|
|
"express": "^4.10.2",
|
|
"socket.io": "^1.3.5",
|
|
"mongojs": "^0.18.2",
|
|
"cors-anywhere": "^0.2.3",
|
|
"emoji-strip": "^0.0.3",
|
|
"mongodb": "^2.0.27"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/zoff-music/Zoff.git"
|
|
},
|
|
"author": {
|
|
"name": "Kasper Rynning Tønnesen",
|
|
"email": "kasper@kasperrt.no"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-util": "~3.0.6",
|
|
"gulp": "~3.9.0",
|
|
"gulp-concat": "~2.6.0",
|
|
"gulp-uglifyjs": "~0.6.2"
|
|
}
|
|
}
|