bzl

self-hosted ephemeral community engine
Log | Files | Refs | README | LICENSE

plugin.json (308B)


      1 {
      2   "id": "directory-server",
      3   "name": "Directory Server",
      4   "version": "0.1.0",
      5   "description": "Receives announcements and serves an instance directory feed (install on the directory instance only).",
      6   "entryClient": "client.js",
      7   "entryServer": "server.js",
      8   "permissions": ["http", "ws", "disk"]
      9 }
     10