mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
36 lines
748 B
JSON
36 lines
748 B
JSON
{
|
|
"name": "wazuh",
|
|
"version": "2.0.1",
|
|
"revision": "0335",
|
|
"kibana": {
|
|
"version" : "5.4.2"
|
|
},
|
|
"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.4.7",
|
|
"angular-aria": "1.4.7",
|
|
"angular-cookies": "1.4.7",
|
|
"angular-material": "1.1.1",
|
|
"angular-md5": "^0.1.10",
|
|
"bootstrap": "3.3.6",
|
|
"needle": "^1.0.0",
|
|
"node-cron": "^1.1.2"
|
|
}
|
|
}
|