cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

package.json (682B)


      1{
      2  "name": "guacamole-lite",
      3  "description": "Lite version of guacamole server in node.js. RDP/VNC client for HTML5 browsers",
      4  "version": "0.7.2",
      5  "keywords": [
      6    "guacamole",
      7    "rdp",
      8    "vnc",
      9    "remote desktop"
     10  ],
     11  "maintainers": [
     12    {
     13      "name": "Vadim Pronin",
     14      "email": "git@pronin.com"
     15    }
     16  ],
     17  "dependencies": {
     18    "deep-extend": "^0.6.0",
     19    "moment": "^2.17.1",
     20    "ws": "^1.1.2"
     21  },
     22  "engines": {
     23    "node": ">=6"
     24  },
     25  "bugs": {
     26    "url": "https://github.com/vadimpronin/guacamole-lite/issues"
     27  },
     28  "repository": {
     29    "type": "git",
     30    "url": "https://github.com/vadimpronin/guacamole-lite.git"
     31  },
     32  "license": "Apache-2.0"
     33}