kibana/bower.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2014-02-07 00:29:19 +01:00
{
"name": "kibana",
"authors": [
"Spencer Alger <spencer@spenceralger.com>"
],
"description": "Browser based analytics and search interface to Logstash and other timestamped data sets stored in ElasticSearch",
"main": "src/index.html",
"keywords": [
"kibana",
"elasticsearch"
],
"license": "Apache 2.0",
"homepage": "http://www.elastic.co/products/kibana",
2014-02-07 00:29:19 +01:00
"dependencies": {
"angular": "1.2.28",
2015-06-05 00:19:31 +02:00
"angular-bindonce": "0.3.3",
"angular-bootstrap": "0.10.0",
"angular-elastic": "2.4.2",
"angular-mocks": "1.2.28",
"angular-route": "1.2.28",
2015-06-05 00:19:31 +02:00
"angular-ui-ace": "0.2.3",
2015-06-12 00:21:05 +02:00
"bluebird": "~2.9.27",
2015-06-10 23:01:58 +02:00
"d3": "3.5.5",
2015-06-11 23:20:02 +02:00
"elasticsearch": "~5.0.0",
2015-06-05 00:19:31 +02:00
"Faker": "1.1.0",
"FileSaver": "babc6d9d8f",
"gridster": "0.5.6",
"jquery": "2.1.4",
"leaflet": "0.7.3",
2015-04-09 23:14:08 +02:00
"Leaflet.heat": "Leaflet/Leaflet.heat#627ede7c11bbe43",
2015-06-11 01:05:23 +02:00
"lodash": "3.9.3",
2015-06-13 03:06:06 +02:00
"moment": "2.10.3",
2015-06-13 03:09:38 +02:00
"moment-timezone": "0.4.0",
2015-06-05 00:19:31 +02:00
"ng-clip": "0.2.6",
"marked": "0.3.3",
"numeral": "1.5.3",
"leaflet-draw": "0.2.4"
2014-02-13 23:33:21 +01:00
},
"devDependencies": {}
2014-02-07 00:29:19 +01:00
}