mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
46 lines
977 B
JSON
46 lines
977 B
JSON
{
|
|
"name": "wazuh",
|
|
"version": "5.0.0",
|
|
"description": "Wazuh App",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"install": "npm install"
|
|
},
|
|
"keywords": [
|
|
"kibana",
|
|
"wazuh",
|
|
"ossec"
|
|
],
|
|
"author": "Wazuh",
|
|
"license": "GPL-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wazuh/wazuh-kibana-ui.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wazuh/wazuh-kibana-ui/issues"
|
|
},
|
|
"homepage": "http://www.wazuh.com/",
|
|
"devDependencies": {
|
|
"bluebird": "^3.0.5",
|
|
"gulp": "^3.9.0",
|
|
"gulp-eslint": "^1.1.1",
|
|
"gulp-gzip": "^1.2.0",
|
|
"gulp-tar": "^1.6.0",
|
|
"gulp-util": "^3.0.7",
|
|
"lodash": "^3.10.1",
|
|
"mkdirp": "^0.5.1",
|
|
"rimraf": "^2.4.4",
|
|
"rsync": "^0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"angular-animate": "1.4.7",
|
|
"angular-aria": "1.4.7",
|
|
"angular-material": "1.1.0-rc.5",
|
|
"angular-md5": "^0.1.10",
|
|
"bootstrap": "3.3.6",
|
|
"needle": "^1.0.0",
|
|
"node-cron": "^1.1.2"
|
|
}
|
|
}
|