forked from novnc/noVNC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@babelcloud/novnc",
"version": "1.7.0",
"description": "An HTML5 VNC client with additional features, forked from noVNC",
"browser": "lib/rfb",
"directories": {
"lib": "lib",
"doc": "docs",
"test": "tests"
},
"files": [
"lib",
"AUTHORS",
"VERSION",
"docs/API.md",
"docs/FORK_CHANGES.md",
"docs/LIBRARY.md",
"docs/LICENSE*"
],
"scripts": {
"lint": "eslint app core po/po2js po/xgettext-html tests utils",
"test": "karma start karma.conf.js",
"prepublish": "node ./utils/convert.js --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babelcloud/noVNC.git"
},
"author": "BabelCloud gbox.ai <connect@gbox.ai> (https://gbox.ai)",
"contributors": [
"Reed Chan <chenxinyu@gbox.ai> (https://github.com/reedchan7)"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/babelcloud/noVNC/issues"
},
"homepage": "https://github.com/babelcloud/noVNC",
"packageManager": "pnpm@10.12.4",
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"babel-plugin-import-redirect": "latest",
"browserify": "latest",
"chai": "latest",
"commander": "latest",
"eslint": "latest",
"fs-extra": "latest",
"globals": "latest",
"jsdom": "latest",
"karma": "latest",
"karma-mocha": "latest",
"karma-chrome-launcher": "latest",
"@chiragrupani/karma-chromium-edge-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-ie-launcher": "latest",
"karma-mocha-reporter": "latest",
"karma-safari-launcher": "latest",
"karma-script-launcher": "latest",
"mocha": "latest",
"pofile": "latest",
"sinon": "latest",
"sinon-chai": "latest"
},
"dependencies": {},
"optionalDependencies": {
"opus-decoder": "^0.7.10"
},
"keywords": [
"vnc",
"rfb",
"novnc",
"websockify",
"audio",
"remote-desktop"
]
}