wazuh-kibana-app/package.json

36 lines
748 B
JSON
Raw Normal View History

2016-06-29 01:43:18 +00:00
{
2016-09-01 11:14:50 +00:00
"name": "wazuh",
"version": "2.1.0",
"revision": "0337",
"kibana": {
2017-07-10 19:18:51 +00:00
"version" : "5.5.0"
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": {
2016-07-18 14:54:06 +00:00
"angular-animate": "1.4.7",
"angular-aria": "1.4.7",
2016-09-15 09:03:03 +00:00
"angular-cookies": "1.4.7",
"angular-material": "1.1.1",
2016-06-29 01:43:18 +00:00
"angular-md5": "^0.1.10",
2016-09-02 12:16:53 +00:00
"bootstrap": "3.3.6",
2016-07-22 10:16:33 +00:00
"needle": "^1.0.0",
2016-09-02 12:16:53 +00:00
"node-cron": "^1.1.2"
2016-06-29 01:43:18 +00:00
}
}