mpd.fm
Version:
A MPD web server and client to listen to your favorite online radio stations
36 lines (35 loc) • 868 B
JSON
{
"name": "mpd.fm",
"version": "0.1.0",
"description": "A MPD web server and client to listen to your favorite online radio stations",
"main": "index.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/florianheinemann/MPD.FM.git"
},
"keywords": [
"MPD",
"client",
"server"
],
"author": "Florian Heinemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/florianheinemann/MPD.FM/issues"
},
"homepage": "https://github.com/florianheinemann/MPD.FM#readme",
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"morgan": "~1.9.0",
"mpd": "~1.3.0",
"serve-favicon": "~2.4.5",
"ws": "^4.0.0"
}
}