UNPKG

nodebb-plugin-teamspeak

Version:
31 lines (30 loc) 709 B
{ "name": "nodebb-plugin-teamspeak", "version": "0.1.7", "description": "Teamspeak server viewer", "main": "library.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/pitaj/nodebb-plugin-teamspeak.git" }, "keywords": [ "teamspeak", "nodebb", "widget" ], "author": "PitaJ", "license": "ISC", "bugs": { "url": "https://github.com/pitaj/nodebb-plugin-teamspeak/issues" }, "homepage": "https://github.com/pitaj/nodebb-plugin-teamspeak", "dependencies": { "node-teamspeak": ">=1.0.4", "async": ">=0.9.0", "later": ">=1.1.6", "js-beautify": ">=1.5.2" } }