-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
37 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
{ "name": "cmdb-rtm" | ||
, "description": "CMDB - Real Time Task Progress Monitoring" | ||
, "description": "CMDB - Real Time Tasks Progress Monitoring" | ||
, "main": "server.js" | ||
, "moduleType": [ | ||
"amd" | ||
, "globals" | ||
] | ||
, "keywords": [ | ||
"rtm" | ||
, "data visualization" | ||
, "real time hosting monitoring" | ||
, "real time monitoring" | ||
, "real time hosting" | ||
, "real time charts" | ||
, "real time graphs" | ||
, "real time graphics" | ||
, "real time visalization" | ||
] | ||
, "authors": [ | ||
"[email protected]" | ||
] | ||
|
@@ -35,7 +24,7 @@ | |
"admin-lte": "~2.3.2" | ||
, "animate.css": "~3.7.0" | ||
, "backbone": "~1.3.3" | ||
, "bootstrap": "~3.3.7" | ||
, "bootstrap": "~4.1.3" | ||
, "font-awesome": "~4.7.0" | ||
, "ionicons": "~4.4.6" | ||
, "jquery": "~3.3.1" | ||
|
@@ -49,8 +38,17 @@ | |
, "use-amd": "~0.4.0" | ||
, "wdt-loading": "~0.1.0" | ||
} | ||
, "dependenciesDisabled": { | ||
"underscore": "~1.8.3" | ||
} | ||
, "devDependencies": {} | ||
, "dependenciesDisabled": {} | ||
, "keywords": [ | ||
"rtm" | ||
, "data visualization" | ||
, "real time hosting monitoring" | ||
, "real time monitoring" | ||
, "real time hosting" | ||
, "real time charts" | ||
, "real time graphs" | ||
, "real time graphics" | ||
, "real time visalization" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
; cli configs | ||
user-agent = "npm/{npm-version} node/{node-version} {platform} {arch}" | ||
long = true | ||
|
||
; default values | ||
color = always | ||
fetch-retries = 1 | ||
fetch-retry-maxtimeout = 5000 | ||
fetch-retry-mintimeout = 1000 | ||
init-author-email = "[email protected]" | ||
init-author-name = "Baltrushaitis Tomas" | ||
init-author-url = "https://github.com/tbaltrushaitis" | ||
init-license = "MIT" | ||
init-version = "1.0.0" | ||
spin = always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters