bzl

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

plugin.json (305B)


      1 {
      2   "id": "directory-publisher",
      3   "name": "Directory Publisher",
      4   "version": "0.1.0",
      5   "description": "Announces this instance to a directory instance (install on instances that want to be listed).",
      6   "entryClient": "client.js",
      7   "entryServer": "server.js",
      8   "permissions": ["net", "ws", "disk"]
      9 }
     10