forked from padarom/guacamole-common-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 884 Bytes
/
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
{
"name": "guacamole-common-js",
"version": "1.3.0",
"description": "The Guacamole javascript client",
"main": "dist/guacamole-common.js",
"scripts": {
"prepublishOnly": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/padarom/guacamole-common-js.git"
},
"files": [
"dist"
],
"keywords": [
"guacamole",
"common",
"js",
"guac",
"remote",
"desktop",
"vnc",
"rdp",
"ssh",
"telnet"
],
"author": "Christopher Mühl <christopher@padarom.io>",
"license": "Apache 2.0",
"bugs": {
"url": "https://issues.apache.org/jira/browse/GUACAMOLE/"
},
"homepage": "https://github.com/padarom/guacamole-common-js#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-uglify": "^3.0.0",
"gulp-rename": "^1.2.2"
}
}