mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "wazuh",
|
|
"version": "3.5.0",
|
|
"revision": "0403",
|
|
"kibana": {
|
|
"version": "6.4.0"
|
|
},
|
|
"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",
|
|
"angular-material": "1.1.10",
|
|
"dom-to-image": "^2.6.0",
|
|
"install": "^0.10.1",
|
|
"js2xmlparser": "^3.0.0",
|
|
"json2csv": "^4.1.2",
|
|
"needle": "^2.0.1",
|
|
"node-cron": "^1.1.2",
|
|
"pdfmake": "^0.1.37",
|
|
"querystring-browser": "1.0.4",
|
|
"simple-tail": "^1.1.0",
|
|
"timsort": "^0.3.0",
|
|
"winston": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.4.0",
|
|
"typescript-eslint-parser": "^18.0.0",
|
|
"kbn-plugin-helpers": "link:../../kibana/packages/kbn-plugin-helpers"
|
|
}
|
|
}
|