2016-06-29 01:43:18 +00:00
|
|
|
{
|
2018-04-22 18:52:55 +00:00
|
|
|
"name": "wazuh",
|
2018-07-26 13:57:47 +00:00
|
|
|
"version": "3.5.0",
|
2018-07-27 14:38:35 +00:00
|
|
|
"revision": "0400",
|
2018-08-02 10:49:25 +00:00
|
|
|
|
2018-04-22 18:52:55 +00:00
|
|
|
"kibana": {
|
2018-07-27 07:19:49 +00:00
|
|
|
"version": "6.3.2"
|
2018-04-22 18:52:55 +00:00
|
|
|
},
|
|
|
|
"description": "Wazuh app",
|
|
|
|
"main": "index.js",
|
|
|
|
"keywords": [
|
|
|
|
"kibana",
|
|
|
|
"wazuh",
|
|
|
|
"ossec"
|
|
|
|
],
|
|
|
|
"author": "Wazuh, Inc",
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wazuh/wazuh-kibana-app.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/wazuh/wazuh-kibana-app/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://www.wazuh.com/",
|
|
|
|
"dependencies": {
|
|
|
|
"angular-animate": "1.6.5",
|
|
|
|
"angular-cookies": "1.6.5",
|
2018-07-24 11:35:44 +00:00
|
|
|
"angular-material": "1.1.10",
|
2018-05-29 11:36:05 +00:00
|
|
|
"dom-to-image": "^2.6.0",
|
2018-04-22 18:52:55 +00:00
|
|
|
"install": "^0.10.1",
|
2018-04-25 14:24:27 +00:00
|
|
|
"json2csv": "^4.1.2",
|
2018-04-22 18:52:55 +00:00
|
|
|
"needle": "^2.0.1",
|
|
|
|
"node-cron": "^1.1.2",
|
2018-06-28 14:11:16 +00:00
|
|
|
"pdfmake": "^0.1.37",
|
2018-07-31 10:52:09 +00:00
|
|
|
"querystring-browser": "1.0.4",
|
2018-07-17 07:42:01 +00:00
|
|
|
"simple-tail": "^1.1.0",
|
2018-05-30 16:15:41 +00:00
|
|
|
"timsort": "^0.3.0",
|
2018-07-09 08:10:16 +00:00
|
|
|
"winston": "3.0.0"
|
2018-04-22 18:52:55 +00:00
|
|
|
}
|
2016-06-29 01:43:18 +00:00
|
|
|
}
|