wazuh-kibana-app/package.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2016-06-29 01:43:18 +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",
"kibana": {
2019-01-28 11:56:58 +00:00
"version": "6.6.0"
},
"engines": {
2019-01-28 11:56:58 +00:00
"node": "10.14.1"
},
"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": {
"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
},
"dependencies": {
"angular-animate": "1.6.5",
"angular-cookies": "1.6.5",
2018-07-24 11:35:44 +00:00
"angular-material": "1.1.10",
"dom-to-image": "^2.6.0",
"install": "^0.10.1",
2018-08-02 13:22:47 +00:00
"js2xmlparser": "^3.0.0",
"json2csv": "^4.1.2",
"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",
"winston": "3.0.0"
2018-08-21 14:54:25 +00:00
},
"devDependencies": {
"@elastic/plugin-helpers": "^7.1.8",
"babel-eslint": "^8.2.6",
2018-09-10 08:32:49 +00:00
"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",
2018-09-03 09:46:55 +00:00
"mocha": "^5.2.0",
"prettier": "^1.14.2",
"tslint": "^5.11.0",
"typescript": "^3.0.1",
2018-08-24 13:04:14 +00:00
"typescript-eslint-parser": "^18.0.0"
}
2016-06-29 01:43:18 +00:00
}