alfred-teamspeak
Version:
Teamspeak 3 Bot Framework
27 lines (26 loc) • 603 B
JSON
{
"name": "alfred-teamspeak",
"version": "4.0.1",
"description": "Teamspeak 3 Bot Framework",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schroffl/alfred-teamspeak.git"
},
"keywords": [
"teamspeak"
],
"author": "schroffl",
"license": "MIT",
"bugs": {
"url": "https://github.com/schroffl/alfred-teamspeak/issues"
},
"homepage": "https://github.com/schroffl/alfred-teamspeak#readme",
"dependencies": {
"eventemitter2": "^1.0.3",
"teamspeak-query": "^1.1.0"
}
}