forked from EricTendian/dopebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "dopebot",
"version": "1.0.0",
"description": "Slack bot which connects with Mopidy and Spotify",
"bin": {
"dopebot": "bin/dopebot.js"
},
"scripts": {
"standard": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/100hz/dopebot.git"
},
"keywords": [
"music",
"dj",
"bot",
"slack",
"spotify",
"mopidy"
],
"author": "Sebastian Krüger <sk@theblackestbox.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/100hz/dopebot/issues"
},
"homepage": "https://github.com/100hz/dopebot#readme",
"dependencies": {
"@slack/client": "^5.0.0",
"html-entities": "^1.2.1",
"mopidy": "^1.0.1",
"spotify-web-api-node": "^4.0.0",
"winston": "^3.2.1",
"yargs": "^13.2.2"
},
"devDependencies": {
"standard": "*"
}
}