{
  "name": "@tammypi/ngx-remote-desktop",
  "description": "ngx-remote-desktop is an Angular 12 module that implements the guacamole protocol",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raytecvision/ngx-remote-desktop.git"
  },
  "author": "Manuel Romei <manuel.romei@raytecvision.com>",
  "bugs": {
    "url": "https://github.com/raytecvision/ngx-remote-desktop"
  },
  "homepage": "https://github.com/raytecvision/ngx-remote-desktop#readme",
  "version": "1.0.2",
  "peerDependencies": {
    "@angular/common": "^12.2.0",
    "@angular/core": "^12.2.0",
    "screenfull": "^5.1.0",
    "@raytecvision/guacamole-common-js": "0.0.2"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "main": "bundles/tammypi-ngx-remote-desktop.umd.js",
  "module": "fesm2015/tammypi-ngx-remote-desktop.js",
  "es2015": "fesm2015/tammypi-ngx-remote-desktop.js",
  "esm2015": "esm2015/tammypi-ngx-remote-desktop.js",
  "fesm2015": "fesm2015/tammypi-ngx-remote-desktop.js",
  "typings": "tammypi-ngx-remote-desktop.d.ts",
  "sideEffects": false
}