wazuh-kibana-app/package.json

37 lines
867 B
JSON
Raw Normal View History

2016-06-29 01:43:18 +00:00
{
"name": "wazuh",
"version": "5.0.0",
2016-06-29 01:43:18 +00:00
"description": "Wazuh plugin",
"main": "gulpfile.js",
"scripts": {
"start": "gulp dev",
"build": "gulp build",
"package": "gulp package"
},
"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": {
"alertify.js": "^1.0.10",
2016-07-18 14:54:06 +00:00
"angular-animate": "1.4.7",
"angular-aria": "1.4.7",
2016-06-29 01:43:18 +00:00
"angular-chart.js": "^1.0.0-alpha6",
"angular-filter": "^0.5.8",
2016-07-18 14:54:06 +00:00
"angular-material": "1.1.0-rc.5",
2016-06-29 01:43:18 +00:00
"angular-md5": "^0.1.10",
"angular-tooltips": "^1.1.4",
"angular-utils-pagination": "^0.11.1",
2016-07-22 10:16:33 +00:00
"needle": "^1.0.0",
"bootstrap": "3.3.6"
2016-06-29 01:43:18 +00:00
}
}