UNPKG

teamspeak-query

Version:
35 lines (34 loc) 744 B
{ "name": "teamspeak-query", "version": "4.0.0-pre-0", "description": "Teamspeak-ServerQuery library", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/schroffl/teamspeak-query.git" }, "keywords": [ "teamspeak", "query" ], "author": "schroffl", "license": "MIT", "bugs": { "url": "https://github.com/schroffl/teamspeak-query/issues" }, "homepage": "https://github.com/schroffl/teamspeak-query#readme", "dependencies": { "carrier": "^0.3.0", "eventemitter2": "^1.0.3", "ssh2": "^0.6.1", "type-of": "^2.0.1" }, "devDependencies": { "chai": "^3.5.0", "jsdoc": "^3.4.0", "mocha": "^5.0.1" } }