kibana/package.json

141 lines
4.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-06-10 02:01:35 +02:00
"version": "4.2.0-snapshot",
2015-06-30 15:43:30 +02:00
"main": "src/server/KbnServer.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",
2015-07-09 02:40:44 +02:00
"start": "node ./src/server/cli/index.js --dev",
"postinstall": "bower install && grunt licenses --check-validity",
"precommit": "grunt lintStagedFiles"
},
"repository": {
"type": "git",
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
"angular-nvd3": "krispo/angular-nvd3#7f04d396cb69cb0ed944555ffeb95e0d7457c952",
2015-06-06 01:06:50 +02:00
"ansicolors": "^0.3.2",
"autoprefixer-loader": "^2.0.0",
"babel-jscs": "^1.0.3",
2015-06-12 00:21:05 +02:00
"bluebird": "^2.9.27",
2015-06-06 01:06:50 +02:00
"body-parser": "^1.10.1",
"boom": "^2.8.0",
"bootstrap": "^3.3.5",
2015-06-06 01:06:50 +02:00
"bunyan": "^1.2.3",
"commander": "^2.8.1",
2015-06-06 01:06:50 +02:00
"compression": "^1.3.0",
"cookie-parser": "^1.3.3",
"css-loader": "^0.15.1",
"d3": "^3.5.6",
2015-06-06 01:06:50 +02:00
"debug": "^2.1.1",
2015-06-11 23:20:02 +02:00
"elasticsearch": "^5.0.0",
"exports-loader": "^0.6.2",
2015-07-08 04:32:48 +02:00
"expose-loader": "^0.7.0",
2015-06-06 01:06:50 +02:00
"express": "^4.10.6",
2015-07-08 04:32:48 +02:00
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"font-awesome": "^4.3.0",
"gaze": "^0.5.1",
2015-06-06 01:06:50 +02:00
"glob": "^4.3.2",
2015-07-07 23:40:58 +02:00
"good": "^6.2.0",
"good-squeeze": "^2.1.0",
"hapi": "^8.6.1",
2015-06-06 01:06:50 +02:00
"http-auth": "^2.2.5",
"imports-loader": "^0.6.4",
"joi": "^6.4.3",
2015-06-06 01:06:50 +02:00
"js-yaml": "^3.2.5",
"json-stringify-safe": "^5.0.1",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"loader-utils": "^0.2.10",
"lodash": "^3.10.0",
"minimatch": "^2.0.8",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
"node-libs-browser": "spalger/node-libs-browser",
"numeral": "^1.5.3",
"nvd3": "novus/nvd3#679fe2ff96c194e442970cb9959ebccd79f6bd43",
"raw-loader": "^0.5.1",
2015-06-06 01:06:50 +02:00
"request": "^2.40.0",
"requirefrom": "^0.2.0",
"rimraf": "^2.4.1",
2015-06-13 03:08:33 +02:00
"semver": "^4.3.6",
2015-06-06 01:06:50 +02:00
"serve-favicon": "^2.2.0",
"style-loader": "^0.12.3",
2015-06-30 14:12:56 +02:00
"through": "^2.3.6",
"url-loader": "^0.5.6",
2015-06-30 14:12:56 +02:00
"webpack": "^1.10.0"
},
"devDependencies": {
2015-06-06 01:06:50 +02:00
"bower": "^1.4.1",
"bower-license": "^0.2.6",
"event-stream": "^3.1.5",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-cli": "0.1.13",
2015-06-12 01:03:20 +02:00
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jade": "^0.14.0",
2015-06-06 01:06:50 +02:00
"grunt-contrib-jshint": "^0.11",
2015-06-12 01:03:20 +02:00
"grunt-contrib-watch": "^0.6.1",
2015-06-09 20:53:29 +02:00
"grunt-esvm": "^1.0.1",
2015-06-06 01:06:50 +02:00
"grunt-jscs": "^1.8.0",
"grunt-mocha": "^0.4.10",
"grunt-replace": "^0.7.9",
2015-06-12 01:03:20 +02:00
"grunt-run": "^0.3.0",
2015-06-06 01:06:50 +02:00
"grunt-s3": "^0.2.0-alpha.3",
"grunt-simple-mocha": "^0.4.0",
"html-entities": "^1.1.1",
"http-proxy": "^1.8.1",
2015-06-12 02:03:10 +02:00
"husky": "^0.8.1",
2015-06-11 01:45:53 +02:00
"istanbul": "^0.3.15",
2015-06-10 01:45:57 +02:00
"jade": "^1.8.2",
2015-06-15 17:26:45 +02:00
"libesvm": "^1.0.1",
"license-checker": "^3.1.0",
2015-06-06 01:06:50 +02:00
"load-grunt-config": "^0.7.0",
2015-06-11 22:06:20 +02:00
"marked": "^0.3.3",
2015-06-06 01:06:50 +02:00
"marked-text-renderer": "^0.1.0",
"mocha": "^2.2.5",
2015-04-29 05:21:28 +02:00
"nock": "^1.6.0",
"nodemon": "^1.3.7",
2015-06-06 01:06:50 +02:00
"npm": "^2.11.0",
"opn": "^1.0.0",
"path-browserify": "0.0.0",
2015-04-29 05:21:28 +02:00
"portscanner": "^1.0.0",
2015-06-06 01:06:50 +02:00
"progress": "^1.1.8",
2015-06-12 00:27:42 +02:00
"simple-git": "^1.3.0",
2015-06-06 01:06:50 +02:00
"sinon": "^1.12.2",
2015-06-12 02:06:47 +02:00
"tar": "^2.1.1"
2015-06-06 01:20:49 +02:00
},
"engines": {
"node": ">=2"
}
2014-02-07 00:29:19 +01:00
}