kibana/bower.json

56 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",
2014-08-27 19:52:22 +02:00
"angular-bindonce": "~0.3.1",
"angular-bootstrap": "~0.10.0",
"angular-elastic": "~2.3.3",
"angular-mocks": "~1.2.14",
2014-08-27 19:52:22 +02:00
"angular-route": "~1.2.14",
"angular-ui-ace": "~0.2.3",
"async": "~0.2.10",
2014-08-27 19:52:22 +02:00
"bluebird": "~2.1.3",
2014-12-19 18:34:57 +01:00
"bootstrap": "~3.3.1",
2014-08-27 19:52:22 +02:00
"d3": "~3.4.8",
2015-01-07 13:54:36 +01:00
"elasticsearch": "~3.1.1",
2014-08-27 19:52:22 +02:00
"Faker": "~1.1.0",
"FileSaver": "*",
2014-09-24 20:38:11 +02:00
"font-awesome": "~4.2.0",
2014-08-27 19:52:22 +02:00
"gridster": "~0.5.0",
"inflection": "~1.3.5",
"jquery": "~2.1.0",
"leaflet": "0.7.3",
"lesshat": "~3.0.2",
2014-08-27 19:52:22 +02:00
"lodash": "~2.4.1",
2015-01-30 08:29:27 +01:00
"moment": "~2.9.0",
2014-08-27 19:52:22 +02:00
"moment-timezone": "~0.0.3",
"ng-clip": "~0.2.4",
2014-08-27 19:52:22 +02:00
"require-css": "~0.1.2",
"requirejs": "~2.1.10",
2014-12-12 02:23:47 +01:00
"requirejs-text": "~2.0.10",
2015-01-08 16:45:44 +01:00
"lodash-deep": "spenceralger/lodash-deep#compat",
2015-01-13 16:18:17 +01:00
"marked": "~0.3.2",
"numeral": "~1.5.3"
2014-02-13 23:33:21 +01:00
},
"devDependencies": {}
2014-02-07 00:29:19 +01:00
}