-
Notifications
You must be signed in to change notification settings - Fork 34
/
bower.json
59 lines (59 loc) · 1.47 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "silk",
"version": "4.0.0",
"authors": [
"Andrew Thanalertvisuti <[email protected]>",
"Arijit Dasgupta <[email protected]>"
],
"description": "Browser based analytics and search interface to Logstash and other timestamped data sets stored in Solr",
"main": "src/index.html",
"keywords": [
"silk",
"banana",
"banana4",
"kibana",
"solr"
],
"license": "Apache 2.0",
"homepage": "http://lucidworks.com/fusion/silk/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.28",
"angular-bindonce": "~0.3.1",
"angular-bootstrap": "~0.10.0",
"angular-elastic": "~2.3.3",
"angular-mocks": "1.2.28",
"angular-route": "1.2.28",
"angular-ui-ace": "~0.2.3",
"async": "~0.2.10",
"bluebird": "~2.1.3",
"bootstrap": "~3.1.1",
"d3": "~3.4.8",
"elasticsearch": "~3.1.1",
"Faker": "~1.1.0",
"FileSaver": "*",
"font-awesome": "~4.2.0",
"gridster": "~0.5.0",
"inflection": "~1.3.5",
"jquery": "~2.1.0",
"leaflet": "0.7.3",
"lesshat": "~3.0.2",
"lodash": "~2.4.1",
"moment": "~2.9.0",
"moment-timezone": "~0.0.3",
"ng-clip": "~0.2.4",
"require-css": "~0.1.2",
"requirejs": "~2.1.10",
"requirejs-text": "~2.0.10",
"lodash-deep": "spenceralger/lodash-deep#compat",
"marked": "~0.3.2",
"numeral": "~1.5.3"
},
"devDependencies": {}
}