kibana/package.json

109 lines
3.1 KiB
JSON
Raw Normal View History

2014-02-07 00:29:19 +01:00
{
"name": "kibana",
"description": "Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch.",
"keywords": [
"kibana",
"elasticsearch",
"logstash",
"analytics",
"visualizations",
"dashboards",
"dashboarding"
],
"private": false,
2015-02-19 17:24:20 +01:00
"version": "4.1.0-snapshot",
"main": "src/server/app.js",
"homepage": "https://www.elastic.co/products/kibana",
"bugs": {
"url": "http://github.com/elastic/kibana/issues"
},
"license": "Apache 2.0",
"author": "Rashid Khan <rashid.khan@elastic.co>",
"contributors": [
"Spencer Alger <spencer.alger@elastic.co>",
"Chris Cowan <chris.cowan@elastic.co>",
"Joe Fleming <joe.fleming@elastic.co>",
"Lukas Olson <lukas.olson@elastic.co>",
"Juan Thomassie <juan.thomassie@elastic.co>",
"Shelby Sturgis <shelby@elastic.co>",
"Khalah Jones-Golden <khalah.jones@elastic.co>"
],
"scripts": {
"test": "grunt test",
"start": "node ./src/server/bin/kibana.js",
"postinstall": "bower install && grunt licenses --check-validity",
"precommit": "grunt lintStagedFiles"
},
"repository": {
"type": "git",
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
"ansicolors": "0.3.2",
"bluebird": "2.0.7",
"body-parser": "1.10.2",
"bunyan": "1.3.6",
"commander": "2.8.1",
"compression": "1.4.4",
"cookie-parser": "1.3.5",
"debug": "2.1.3",
"elasticsearch": "3.1.3",
"express": "4.10.8",
"glob": "4.5.3",
"http-auth": "2.2.8",
"jade": "1.8.2",
"js-yaml": "3.3.1",
"less-middleware": "1.0.4",
"lodash": "2.4.2",
"morgan": "1.5.3",
"request": "2.57.0",
"requirefrom": "0.2.0",
"semver": "4.3.6",
"serve-favicon": "2.2.1",
"through": "2.3.7"
},
"devDependencies": {
"bower": "1.4.1",
"bower-license": "0.2.6",
"event-stream": "3.1.7",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compress": "0.9.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jade": "0.10.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-less": "0.10.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-watch": "0.5.3",
"grunt-esvm": "0.3.5",
"grunt-jscs": "1.8.0",
"grunt-mocha": "0.4.12",
"grunt-replace": "0.7.9",
"grunt-run": "0.2.4",
"grunt-s3": "0.2.0-alpha.3",
"grunt-simple-mocha": "0.4.0",
"html-entities": "1.1.2",
"http-proxy": "1.8.1",
"husky": "0.6.2",
"istanbul": "0.2.16",
"license-checker": "3.0.3",
"load-grunt-config": "0.7.2",
"marked": "0.3.3",
"marked-text-renderer": "0.1.0",
"mkdirp": "0.5.1",
"mocha": "2.2.5",
"npm": "2.11.0",
"opn": "1.0.2",
"path-browserify": "0.0.0",
"progress": "1.1.8",
"requirejs": "2.1.18",
2014-09-04 00:15:58 +02:00
"rjs-build-analysis": "0.0.3",
"simple-git": "0.11.0",
"sinon": "1.14.1",
"sinon-as-promised": "2.0.3",
"tar": "1.0.3"
}
2014-02-07 00:29:19 +01:00
}