kibana/bower.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2014-02-07 00:29:19 +01:00
{
"name": "kibana",
"version": "0.0.0",
"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
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"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.2",
"angular-ui-ace": "0.2.3",
2014-08-27 19:52:22 +02:00
"bluebird": "~2.1.3",
2015-06-05 00:19:31 +02:00
"bootstrap": "3.3.4",
"d3": "3.4.13",
"elasticsearch": "4.1.0",
"Faker": "1.1.0",
"FileSaver": "babc6d9d8f",
"font-awesome": "4.2.0",
"gridster": "0.5.6",
"inflection": "1.3.8",
"jquery": "2.1.4",
"leaflet": "0.7.3",
2015-04-09 23:14:08 +02:00
"Leaflet.heat": "Leaflet/Leaflet.heat#627ede7c11bbe43",
2015-06-05 00:19:31 +02:00
"lesshat": "3.0.2",
"lodash": "2.4.2",
"moment": "2.9.0",
"moment-timezone": "0.0.6",
"ng-clip": "0.2.6",
"require-css": "0.1.8",
"requirejs": "2.1.18",
"requirejs-text": "2.0.14",
"lodash-deep": "spenceralger/lodash-deep#1a7eca8344",
"marked": "0.3.3",
"numeral": "1.5.3",
"leaflet-draw": "0.2.4"
2014-02-13 23:33:21 +01:00
},
2015-06-05 00:19:31 +02:00
"devDependencies": {}
2014-02-07 00:29:19 +01:00
}