wazuh-kibana-app/package.json

40 lines
850 B
JSON
Raw Normal View History

2016-06-29 01:43:18 +00:00
{
2016-09-01 11:14:50 +00:00
"name": "wazuh",
2017-12-21 17:26:40 +00:00
"version": "3.1.0",
2018-02-04 21:28:46 +00:00
"revision": "0380",
"kibana": {
2018-01-17 16:41:30 +00:00
"version": "6.1.2"
2016-11-17 08:16:07 +00:00
},
2016-09-01 11:14:50 +00:00
"description": "Wazuh App",
"main": "index.js",
2016-09-02 12:16:53 +00:00
"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/",
2016-06-29 01:43:18 +00:00
"dependencies": {
2017-09-22 03:31:55 +00:00
"angular-animate": "1.6.5",
"angular-aria": "1.6.5",
"angular-cookies": "1.6.5",
"angular-material": "1.1.1",
2016-06-29 01:43:18 +00:00
"angular-md5": "^0.1.10",
"ansicolors": "^0.3.2",
2016-09-02 12:16:53 +00:00
"bootstrap": "3.3.6",
2017-08-02 14:45:53 +00:00
"install": "^0.10.1",
2018-01-24 14:28:32 +00:00
"js-yaml": "3.10.0",
"lodash": "3.10.1",
2017-09-29 05:26:18 +00:00
"needle": "^2.0.1",
"node-cron": "^1.1.2"
2016-06-29 01:43:18 +00:00
}
}