-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.4 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "cmdb-rtm"
, "title": "CMDB :: Real-time data Visualization"
, "description": "CMDB - Real-time Tasks Progress Visualized Monitoring"
, "main": "server.js"
, "dependencies": {
"animate.css": "4.1.1"
, "bootstrap": "3.4.1"
, "font-awesome": "5.14.0"
, "jquery": "3.6.1"
, "jquery-tmpl": "*"
, "lodash": "4.17.21"
, "noty": "2.4.1"
, "requirejs": "2.3.6"
, "socket.io": "2.3.0"
, "text": "2.0.16"
}
, "devDependencies": {}
, "dependenciesDisabled": {
"admin-lte": "~3.0.5"
, "backbone": "~1.4.0"
, "ionicons": "~5.0.0"
, "jquery-ui": "~1.12.1"
, "use-amd": "~0.4.0"
, "wdt-loading": "~0.1.0"
}
, "moduleType": [
"amd"
, "globals"
]
, "authors": [
]
, "homepage": "https://github.com/tbaltrushaitis/cmdb-rtm"
, "private": true
, "license": "MIT"
, "keywords": [
"rtm"
, "data visualization"
, "real time hosting monitoring"
, "real time monitoring"
, "real time charts"
, "real time graphs"
, "real time graphics"
, "real time visalization"
]
, "ignore": [
"**/.*"
, "etc"
, "node_modules"
, "bower_modules"
, "test"
, "tests"
, "build"
]
}