-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 881 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 881 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
{
"name": "cyrclebot",
"version": "1.0.0",
"description": "A bot for mumble that plays audio on request",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Thristhart/cyrclebot.git"
},
"keywords": [
"bot",
"mumble",
"javascript"
],
"author": "thristhart",
"license": "ISC",
"bugs": {
"url": "https://github.com/Thristhart/cyrclebot/issues"
},
"homepage": "https://github.com/Thristhart/cyrclebot",
"dependencies": {
"fluent-ffmpeg": "^2.0.0-rc3",
"htmlstrip-native": "^0.1.0",
"mumble": "^0.3.3",
"nconf": "^0.7",
"redis": "^0.12",
"request": "^2.53.0",
"text2wave": "^1.0.0",
"youtube-api": "^0.3",
"ytdl-core": "^0.4"
},
"devDependencies": {
"segfault-handler": "^0.2.4"
}
}