forked from pgadmin-org/wcdocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·45 lines (45 loc) · 852 Bytes
/
bower.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
{
"name": "webcabin-docker",
"description": "Dynamic docking panels for your app.",
"version": "2.2.4-dev",
"keywords": [
"css",
"js",
"front-end",
"framework",
"web",
"dynamic"
],
"homepage": "http://docker.webcabin.org/",
"main": [
"Build",
"Build/Themes"
],
"ignore": [
"/.*",
"favicon.ico",
"index_bower.html",
"indexDev_bower.html",
"index_node.html",
"indexDev_node.html",
"Code",
"Compiler",
"images",
"Themes",
"package.json"
],
"dependencies": {
"jquery": "3.3.1",
"jQuery-contextMenu": "2.6.4",
"font-awesome": "4.6.3"
},
"devDependencies": {
"dcl": "1.1.2",
"requirejs": "2.1.x",
"requirejs-domready": "2.0.x",
"almond": "0.3.1",
"lodash-compat": "3.10.1-amd",
"dojo": "1.9.1"
},
"license": "MIT"
}