-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1 KB
/
package.json
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
{
"name": "@arikael/guacamole-common-js",
"version": "1.5.4",
"description": "The Guacamole javascript client",
"private": false,
"scripts": {
"build": "gulp"
},
"main": "dist/cjs/guacamole-common.js",
"module": "dist/esm/guacamole-common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Arikael/guacamole-common-js.git"
},
"files": [
"dist",
"README.md"
],
"type": "module",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"tar": "^7.4.3",
"xml2js": "^0.6.2",
"axios": "^1.6.7"
},
"keywords": [
"guacamole",
"common",
"js",
"guac",
"remote",
"desktop",
"vnc",
"rdp",
"ssh",
"telnet"
],
"author": "Michael Haeberle",
"license": "Apache 2.0",
"bugs": {
"url": "https://issues.apache.org/jira/browse/GUACAMOLE/"
},
"homepage": "https://github.com/Arikael/guacamole-common-js"
}