kibana/package.json

173 lines
5 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",
"build": {
"number": 8173,
"sha": "0102888deb393e4141369fbd1644a5d77f8732da"
},
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",
"test:dev": "grunt test:dev",
"test:quick": "grunt test:quick",
"test:browser": "grunt test:browser",
"test:server": "grunt test:server",
2015-08-25 02:10:21 +02:00
"test:coverage": "grunt test:coverage",
"build": "grunt build",
"start": "./bin/kibana --dev",
"precommit": "grunt lintStagedFiles",
"karma": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
2015-07-28 02:13:45 +02:00
"@spalger/angular-bootstrap": "^0.10.0",
"@spalger/filesaver": "^1.1.2",
"@spalger/leaflet-draw": "^0.2.3",
"@spalger/leaflet-heat": "^0.1.3",
"@spalger/ui-ace": "^0.2.3",
"angular": "1.2.28",
2015-07-28 02:13:45 +02:00
"angular-bindonce": "0.3.1",
"angular-elastic": "2.5.0",
"angular-nvd3": "panda01/angular-nvd3#kibana",
2015-07-28 02:13:45 +02:00
"angular-route": "1.2.28",
2015-06-06 01:06:50 +02:00
"ansicolors": "^0.3.2",
"autoprefixer": "^5.2.0",
"autoprefixer-loader": "^2.0.0",
2015-08-07 22:58:05 +02:00
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
2015-08-14 06:16:54 +02:00
"babel-runtime": "^5.8.20",
2015-06-12 00:21:05 +02:00
"bluebird": "^2.9.27",
"boom": "^2.8.0",
"bootstrap": "^3.3.5",
"brace": "^0.5.1",
2015-06-06 01:06:50 +02:00
"bunyan": "^1.2.3",
"commander": "^2.8.1",
"css-loader": "^0.15.1",
"d3": "^3.5.6",
2015-06-11 23:20:02 +02:00
"elasticsearch": "^5.0.0",
2015-07-28 02:13:45 +02:00
"elasticsearch-browser": "^5.0.0",
2015-07-21 00:29:48 +02:00
"expiry-js": "^0.1.7",
"exports-loader": "^0.6.2",
2015-07-08 04:32:48 +02:00
"expose-loader": "^0.7.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"font-awesome": "^4.3.0",
2015-07-07 23:40:58 +02:00
"good": "^6.2.0",
"good-squeeze": "^2.1.0",
2015-07-28 02:13:45 +02:00
"gridster": "^0.5.6",
"hapi": "^8.6.1",
"imports-loader": "^0.6.4",
2015-07-28 02:13:45 +02:00
"jade": "^1.7.2",
2015-07-21 00:29:48 +02:00
"jade-loader": "^0.7.1",
"joi": "^6.4.3",
2015-07-28 02:13:45 +02:00
"jquery": "^2.1.4",
2015-06-06 01:06:50 +02:00
"js-yaml": "^3.2.5",
"json-stringify-safe": "^5.0.1",
"jstimezonedetect": "^1.0.5",
2015-07-28 02:13:45 +02:00
"leaflet": "^0.7.3",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"lodash": "^3.10.0",
"marked": "0.3.3",
"minimatch": "^2.0.8",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
2015-07-28 02:13:45 +02:00
"ng-clip": "^0.2.6",
"numeral": "^1.5.3",
"nvd3": "panda01/nvd3#kibana",
"raw-loader": "^0.5.1",
"request": "^2.60.0",
2015-06-06 01:06:50 +02:00
"requirefrom": "^0.2.0",
"rimraf": "^2.4.1",
"rjs-repack-loader": "^1.0.6",
"script-loader": "^0.6.1",
2015-06-13 03:08:33 +02:00
"semver": "^4.3.6",
"style-loader": "^0.12.3",
"tar": "^2.1.1",
"url-loader": "^0.5.6",
"webpack": "^1.10.0",
2015-07-28 02:13:45 +02:00
"webpack-directory-name-as-main": "^1.0.0",
"whatwg-fetch": "^0.9.0",
2015-07-28 02:13:45 +02:00
"zeroclipboard": "^2.2.0"
},
"devDependencies": {
"angular-mocks": "1.2.28",
2015-07-28 03:17:54 +02:00
"auto-release-sinon": "^1.0.3",
"babel-eslint": "^4.0.5",
"chokidar": "^1.0.4",
"eslint": "1.0.x",
2015-06-06 01:06:50 +02:00
"expect.js": "^0.3.1",
2015-07-26 12:03:24 +02:00
"faker": "^1.1.0",
"glob": "^4.3.2",
2015-06-06 01:06:50 +02:00
"grunt": "^0.4.5",
2015-08-14 06:16:54 +02:00
"grunt-babel": "^5.0.1",
"grunt-cli": "0.1.13",
2015-06-12 01:03:20 +02:00
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-esvm": "^1.1.5",
"grunt-karma": "^0.12.0",
"grunt-run": "spalger/grunt-run#master",
2015-06-06 01:06:50 +02:00
"grunt-s3": "^0.2.0-alpha.3",
"grunt-simple-mocha": "^0.4.0",
"gruntify-eslint": "^1.0.0",
2015-06-06 01:06:50 +02:00
"html-entities": "^1.1.1",
2015-06-12 02:03:10 +02:00
"husky": "^0.8.1",
2015-08-25 01:23:43 +02:00
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
2015-08-25 02:10:21 +02:00
"karma-coverage": "^0.5.0",
2015-07-28 03:02:47 +02:00
"karma-firefox-launcher": "^0.1.6",
"karma-growl-reporter": "^0.1.1",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
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",
"marked-text-renderer": "^0.1.0",
"mocha": "^2.2.5",
"nock": "^2.9.0",
"Nonsense": "^0.1.2",
2015-06-06 01:06:50 +02:00
"npm": "^2.11.0",
2015-04-29 05:21:28 +02:00
"portscanner": "^1.0.0",
2015-06-12 00:27:42 +02:00
"simple-git": "^1.3.0",
2015-07-26 12:03:24 +02:00
"sinon": "^1.15.4",
"source-map": "^0.4.4",
"wreck": "^6.1.0"
2015-06-06 01:20:49 +02:00
},
"engines": {
2015-08-27 01:36:19 +02:00
"node": "^2.4",
"npm": "^3.2"
}
2014-02-07 00:29:19 +01:00
}