forked from roramirez/qpanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (36 loc) · 827 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
{
"name": "qpanel",
"description": "Dashboard for Queues in Asterisk and FreeSWITCH. app_queue panel for Asterisk and mod_callcenter in FreeSWITCH",
"version": "0.16.1",
"homepage": "https://github.com/roramirez/qpanel",
"license": "MIT",
"dependencies": {
"bootstrap": "3.3.x",
"jquery": "1.11.x",
"js-cookie": "2.0.x",
"Chart.js": "1.0.x",
"jquery.nicescroll": "3.5.x",
"jquery.scrollTo": "1.4.x",
"jquery.gritter": "1.7.x",
"font-awesome": "4.4.x"
},
"authors": [
"Rodrigo Ramírez Norambuena <[email protected]>"
],
"directory": "app/components/",
"keywords": [
"panel",
"queues",
"asterisk",
"freeswitch",
"monitor",
"callcenter"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}