kibana/bower.json
2014-02-13 16:47:20 -07:00

31 lines
723 B
JSON

{
"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.elasticsearch.org/overview/kibana/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.10",
"elasticsearch": "*",
"angular": "~1.2.10",
"lodash": "~2.4.1",
"d3": "~3.4.1",
"angular-route": "~1.2.12"
},
"devDependencies": {}
}