-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Juanka Rodríguez
authored and
Jesús Ángel
committed
Apr 15, 2019
1 parent
ec28b8b
commit 7bb0b46
Showing
24 changed files
with
14,970 additions
and
1,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
node_modules/ | ||
public/utils/codemirror/ | ||
public/kibana-integrations/ | ||
public/utils/table-col-resizable.js | ||
public/utils/jquery-ui.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
{ | ||
"name": "wazuh", | ||
"version": "3.9.0", | ||
"revision": "0429", | ||
"code": "0429-0", | ||
"kibana": { | ||
"version": "6.7.1" | ||
}, | ||
"description": "Wazuh app", | ||
"main": "index.js", | ||
"keywords": [ | ||
"kibana", | ||
"wazuh", | ||
"ossec" | ||
], | ||
"node_build": "8.14.0", | ||
"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/", | ||
"scripts": { | ||
"pretty": "prettier --single-quote \"{,!(node_modules)/**/}*.js\" --write", | ||
"tslint": "tslint -c .tslint.yml server/**/*.ts server/**/*.tsx public/**/*.ts public/**/*.tsx", | ||
"lint": "eslint . --ext .js -c .eslintrc.json --color", | ||
"prebuild": "tsc; find . -name \"*.ts*\" -type f -not -path \"./node_modules/*\" -delete", | ||
"build": "plugin-helpers build", | ||
"test": "_mocha test/**/*" | ||
}, | ||
"dependencies": { | ||
"angular-animate": "1.6.5", | ||
"angular-chart.js": "^1.1.1", | ||
"angular-cookies": "1.6.5", | ||
"angular-material": "1.1.10", | ||
"dom-to-image": "^2.6.0", | ||
"install": "^0.10.1", | ||
"js2xmlparser": "^3.0.0", | ||
"json2csv": "^4.1.2", | ||
"needle": "^2.0.1", | ||
"node-cron": "^1.1.2", | ||
"pdfmake": "^0.1.37", | ||
"pug-loader": "^2.4.0", | ||
"querystring-browser": "1.0.4", | ||
"simple-tail": "^1.1.0", | ||
"timsort": "^0.3.0", | ||
"winston": "3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@elastic/plugin-helpers": "^7.1.8", | ||
"babel-eslint": "^8.2.6", | ||
"chai": "^4.1.2", | ||
"eslint": "^5.10.0", | ||
"eslint-plugin-async-await": "^0.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"mocha": "^5.2.0", | ||
"prettier": "^1.14.2", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1", | ||
"typescript-eslint-parser": "^18.0.0" | ||
} | ||
"name": "wazuh", | ||
"version": "3.9.0", | ||
"revision": "0429", | ||
"code": "0429-0", | ||
"kibana": { | ||
"version": "6.7.1" | ||
}, | ||
"description": "Wazuh app", | ||
"main": "index.js", | ||
"keywords": [ | ||
"kibana", | ||
"wazuh", | ||
"ossec" | ||
], | ||
"node_build": "8.14.0", | ||
"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/", | ||
"scripts": { | ||
"pretty": "prettier --single-quote \"{,!(node_modules)/**/}*.js\" --write", | ||
"tslint": "tslint -c .tslint.yml server/**/*.ts server/**/*.tsx public/**/*.ts public/**/*.tsx", | ||
"lint": "eslint . --ext .js -c .eslintrc.json --color", | ||
"prebuild": "tsc; find . -name \"*.ts*\" -type f -not -path \"./node_modules/*\" -delete", | ||
"build": "plugin-helpers build", | ||
"test": "_mocha test/**/*" | ||
}, | ||
"dependencies": { | ||
"angular-animate": "1.6.5", | ||
"angular-chart.js": "^1.1.1", | ||
"angular-cookies": "1.6.5", | ||
"angular-material": "1.1.10", | ||
"dom-to-image": "^2.6.0", | ||
"install": "^0.10.1", | ||
"js2xmlparser": "^3.0.0", | ||
"json2csv": "^4.1.2", | ||
"needle": "^2.0.1", | ||
"node-cron": "^1.1.2", | ||
"pdfmake": "^0.1.37", | ||
"pug-loader": "^2.4.0", | ||
"querystring-browser": "1.0.4", | ||
"simple-tail": "^1.1.0", | ||
"timsort": "^0.3.0", | ||
"winston": "3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@elastic/plugin-helpers": "^7.1.8", | ||
"babel-eslint": "^8.2.6", | ||
"chai": "^4.1.2", | ||
"eslint": "^5.10.0", | ||
"eslint-plugin-async-await": "^0.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"mocha": "^5.2.0", | ||
"prettier": "^1.14.2", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1", | ||
"typescript-eslint-parser": "^18.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.