wazuh-kibana-app/package.json

42 lines
1002 B
JSON
Raw Normal View History

2016-06-29 01:43:18 +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",
"kibana": {
2018-07-27 07:19:49 +00:00
"version": "6.3.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.6.5",
"angular-cookies": "1.6.5",
2018-07-24 11:35:44 +00:00
"angular-material": "1.1.10",
"dom-to-image": "^2.6.0",
"install": "^0.10.1",
"json2csv": "^4.1.2",
"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",
"winston": "3.0.0"
}
2016-06-29 01:43:18 +00:00
}