wazuh-kibana-app/package.json
2016-06-28 19:30:19 -07:00

33 lines
742 B
JSON

{
"name": "wazuh",
"version": "0.1.0",
"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",
"angular-chart.js": "^1.0.0-alpha6",
"angular-filter": "^0.5.8",
"angular-md5": "^0.1.10",
"angular-tooltips": "^1.1.4",
"angular-utils-pagination": "^0.11.1",
"needle": "^1.0.0"
}
}