UNPKG

571 BJSONView Raw
1{
2 "name": "alfred-teamspeak",
3 "version": "1.9.0",
4 "description": "A Teamspeak 3 Bot-Framework",
5 "main": "core.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/schroffl/alfred.git"
12 },
13 "keywords": [
14 "teamspeak"
15 ],
16 "author": "schroffl",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/schroffl/alfred/issues"
20 },
21 "homepage": "https://github.com/schroffl/alfred#readme",
22 "dependencies": {
23 "line-input-stream": "^1.0.1"
24 }
25}