nodebb-widget-lotro-serverstatus
Version:
Adds a widget to show LOTRO Server Status
39 lines (38 loc) • 866 B
JSON
{
"name": "nodebb-widget-lotro-serverstatus",
"version": "0.9.0",
"description": "Adds a widget to show LOTRO Server Status",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gtfr/nodebb-widget-lotro-serverstatus.git"
},
"keywords": [
"lotro",
"nodebb",
"widget"
],
"author": "gtfr",
"contributors": [
{
"name": "Frank",
"email": "gtfr@posteo.de"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gtfr/nodebb-widget-lotro-serverstatus/issues"
},
"homepage": "https://github.com/gtfr/nodebb-widget-lotro-serverstatus",
"nbbpm": {
"compatibility": "^1.5.1"
},
"dependencies": {
"async": ">=2.4.1",
"templates.js": ">=0.3.11",
"xml2js": ">=0.4.17"
}
}