mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
Some checks are pending
CI / Check formatting (push) Waiting to run
CI / Check typos (push) Waiting to run
CI / Checks [linux] (push) Blocked by required conditions
CI / Checks [macos] (push) Blocked by required conditions
CI / Checks [windows] (push) Blocked by required conditions
CI / Fuzzing (push) Blocked by required conditions
CI / Web Client (push) Blocked by required conditions
CI / FFI (push) Blocked by required conditions
CI / Success (push) Blocked by required conditions
Coverage / Coverage Report (push) Waiting to run
Release crates / Open release PR (push) Waiting to run
Release crates / Release crates (push) Waiting to run
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"name": "@devolutions/iron-remote-desktop",
|
|
"author": "Nicolas Girot",
|
|
"email": "ngirot@devolutions.net",
|
|
"contributors": [
|
|
"Benoit Cortier",
|
|
"Irving Ou",
|
|
"Vladislav Nikonov",
|
|
"Zacharia Ellaham",
|
|
"Alexandr Yusuk"
|
|
],
|
|
"description": "Backend-agnostic Web Component for remote desktop protocols",
|
|
"version": "0.10.1",
|
|
"main": "iron-remote-desktop.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"iron-remote-desktop.js",
|
|
"index.d.ts"
|
|
]
|
|
}
|