covilbot
Version:
Slack bot which connects with Mopidy and Spotify
42 lines (41 loc) • 928 B
JSON
{
"name": "covilbot",
"version": "0.3.5",
"description": "Slack bot which connects with Mopidy and Spotify",
"bin": {
"covilbot": "bin/dopebot.js"
},
"scripts": {
"standard": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fireworkweb/covilbot.git"
},
"keywords": [
"music",
"dj",
"bot",
"slack",
"spotify",
"mopidy"
],
"author": "Sebastian Krüger <sk@theblackestbox.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/100hz/fireworkweb/issues"
},
"homepage": "https://github.com/100hz/fireworkweb#readme",
"dependencies": {
"@slack/client": "^3.8.1",
"html-entities": "^1.2.0",
"mopidy": "^0.5.0",
"spotify-web-api-node": "^2.4.0",
"winston": "^2.3.1",
"yargs": "^6.6.0"
},
"devDependencies": {
"standard": "*"
}
}