@bbnet/roster
Version:
a list of known public federation servers
28 lines (27 loc) • 551 B
JSON
{
"name": "@bbnet/roster",
"version": "2.0.3",
"description": "a list of known public federation servers",
"main": "index.js",
"scripts": {
"compile": "node bin/compile.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://source.heropunch.io/bbnet/roster.git"
},
"keywords": [
"bbnet",
"federation",
"roster",
"data"
],
"author": "@xj9@social.heldscal.la",
"license": "CC0-1.0",
"devDependencies": {
"glob": "^7.1.1",
"q": "^1.5.0",
"validate.js": "^0.11.1"
}
}