2016-06-29 01:43:18 +00:00
|
|
|
{
|
2018-04-22 18:52:55 +00:00
|
|
|
"name": "wazuh",
|
2019-01-24 09:42:21 +00:00
|
|
|
"version": "3.8.1",
|
2019-01-25 11:11:12 +00:00
|
|
|
"revision": "0418",
|
|
|
|
"code": "0418-0",
|
2018-04-22 18:52:55 +00:00
|
|
|
"kibana": {
|
2019-01-28 11:56:58 +00:00
|
|
|
"version": "6.6.0"
|
2018-04-22 18:52:55 +00:00
|
|
|
},
|
2018-08-27 06:34:59 +00:00
|
|
|
"engines": {
|
2019-01-28 11:56:58 +00:00
|
|
|
"node": "10.14.1"
|
2018-08-27 06:34:59 +00:00
|
|
|
},
|
2018-04-22 18:52:55 +00:00
|
|
|
"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/",
|
2018-08-24 13:04:14 +00:00
|
|
|
"scripts": {
|
2018-09-10 08:18:30 +00:00
|
|
|
"pretty": "prettier --single-quote \"{,!(node_modules)/**/}*.js\" --write",
|
2018-09-03 09:46:55 +00:00
|
|
|
"tslint": "tslint -c .tslint.yml server/**/*.ts server/**/*.tsx public/**/*.ts public/**/*.tsx",
|
2018-09-10 08:32:49 +00:00
|
|
|
"lint": "eslint . --ext .js -c .eslintrc.json --color",
|
2018-08-24 13:04:14 +00:00
|
|
|
"prebuild": "tsc; find . -name \"*.ts*\" -type f -not -path \"./node_modules/*\" -delete",
|
2018-09-03 09:46:55 +00:00
|
|
|
"build": "plugin-helpers build",
|
|
|
|
"test": "_mocha test/**/*"
|
2018-08-24 13:04:14 +00:00
|
|
|
},
|
2018-04-22 18:52:55 +00:00
|
|
|
"dependencies": {
|
|
|
|
"angular-animate": "1.6.5",
|
|
|
|
"angular-cookies": "1.6.5",
|
2018-07-24 11:35:44 +00:00
|
|
|
"angular-material": "1.1.10",
|
2018-05-29 11:36:05 +00:00
|
|
|
"dom-to-image": "^2.6.0",
|
2018-04-22 18:52:55 +00:00
|
|
|
"install": "^0.10.1",
|
2018-08-02 13:22:47 +00:00
|
|
|
"js2xmlparser": "^3.0.0",
|
2018-04-25 14:24:27 +00:00
|
|
|
"json2csv": "^4.1.2",
|
2018-04-22 18:52:55 +00:00
|
|
|
"needle": "^2.0.1",
|
|
|
|
"node-cron": "^1.1.2",
|
2018-06-28 14:11:16 +00:00
|
|
|
"pdfmake": "^0.1.37",
|
2018-11-06 15:26:56 +00:00
|
|
|
"pug-loader": "^2.4.0",
|
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",
|
2018-07-09 08:10:16 +00:00
|
|
|
"winston": "3.0.0"
|
2018-08-21 14:54:25 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-30 11:38:22 +00:00
|
|
|
"@elastic/plugin-helpers": "^7.1.8",
|
2018-08-27 06:34:59 +00:00
|
|
|
"babel-eslint": "^8.2.6",
|
2018-09-10 08:32:49 +00:00
|
|
|
"chai": "^4.1.2",
|
2018-12-11 16:12:59 +00:00
|
|
|
"eslint": "^5.10.0",
|
2018-08-27 06:34:59 +00:00
|
|
|
"eslint-plugin-async-await": "^0.0.0",
|
|
|
|
"eslint-plugin-import": "^2.14.0",
|
|
|
|
"eslint-plugin-node": "^7.0.1",
|
2018-09-03 09:46:55 +00:00
|
|
|
"mocha": "^5.2.0",
|
2018-09-10 08:18:30 +00:00
|
|
|
"prettier": "^1.14.2",
|
2018-08-27 06:34:59 +00:00
|
|
|
"tslint": "^5.11.0",
|
|
|
|
"typescript": "^3.0.1",
|
2018-08-24 13:04:14 +00:00
|
|
|
"typescript-eslint-parser": "^18.0.0"
|
2018-04-22 18:52:55 +00:00
|
|
|
}
|
2016-06-29 01:43:18 +00:00
|
|
|
}
|