forked from UPC/ravada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 810 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
{
"name": "RavadaVDI",
"description": "Ravada Virtual Desktop",
"version": "0.2.18",
"dependencies": {
"angular": "1.5.5",
"angular-animate": "1.5.5",
"angular-aria": "1.5.5",
"angular-material": "1.1.0",
"angular-messages": "1.5.5",
"angular-resource": "1.5.5",
"angular-sanitize": "1.5.5",
"bootstrap": "3.3.7",
"bootstrap-select": "1.12.2",
"ckeditor": "4.8.0",
"font-awesome5": "^1.0.5",
"intro.js": "2.7.0",
"jquery": "1.12.4",
"jqueryui": "^1.11.1",
"morris.js": "^0.5.0",
"raphael": "^2.2.7"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/UPC/ravada.git"
}
],
"license": "GPL-3.0-or-later",
"homepage": "https://ravada.upc.edu",
"repository": "https://github.com/UPC/ravada.git"
}