2015-10-15 15:25:10 +00:00
{
2015-10-16 13:25:46 +00:00
"name" : "ts3bot" ,
2015-11-05 01:49:31 +00:00
"version" : "0.3.0" ,
2015-10-16 13:25:46 +00:00
"description" : "Allows running TeamSpeak3 as a bot for all kinds of media (local music/videos/streams/YouTube/...) without the need for a real GUI to exist." ,
"main" : "app.js" ,
2015-11-05 02:02:57 +00:00
"bin" : {
"ts3bot" : "app.js"
} ,
2015-10-16 13:25:46 +00:00
"keywords" : [
"teamspeak" ,
"teamspeak3" ,
"ts3" ,
"bot" ,
"ts3bot" ,
"teamspeak3bot" ,
"music" ,
"playback" ,
"audio" ,
"video" ,
"media" ,
"musicbot"
] ,
"author" : "Carl Kittelberger <icedream2k9@die-optimisten.net>" ,
"license" : "GPL-3.0+" ,
2015-10-16 17:49:09 +00:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/icedream/ts3bot-control.git"
} ,
2015-10-16 13:25:46 +00:00
"dependencies" : {
"express" : "^4.13.3" ,
"iced-coffee-script" : "^108.0.8" ,
"merge" : "^1.2.0" ,
"mkdirp" : "^0.5.1" ,
2015-11-08 00:08:33 +00:00
"named-regexp" : "^0.1.1" ,
2015-10-16 13:25:46 +00:00
"nconf" : "^0.7.2" ,
"npm-which" : "^2.0.0" ,
2015-11-08 00:08:33 +00:00
"parse-duration" : "^0.1.1" ,
2015-10-16 13:25:46 +00:00
"password-generator" : "^2.0.1" ,
2015-11-08 00:08:33 +00:00
"pretty-ms" : "^2.1.0" ,
2015-10-16 13:25:46 +00:00
"querystring" : "^0.2.0" ,
"request" : "^2.61.0" ,
"simple-ini" : "^1.0.3" ,
"sqlite3" : "^3.1.0" ,
"stream-splitter" : "^0.3.2" ,
"string.prototype.startswith" : "^0.2.0" ,
"sync" : "^0.2.5" ,
2015-11-02 11:45:27 +00:00
"temp" : "^0.8.3" ,
2015-10-16 13:25:46 +00:00
"valid-url" : "^1.0.9" ,
2015-10-26 23:13:10 +00:00
"webchimera.js" : "^0.1.38" ,
2015-10-16 13:25:46 +00:00
"which" : "^1.1.2" ,
"winston" : "^1.0.1" ,
"xvfb" : "git://github.com/icedream/node-xvfb.git" ,
"youtube-dl" : "^1.10.5"
}
2015-10-15 15:25:10 +00:00
}