forked from elmarquez/ngSolr
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
37 lines (37 loc) · 779 Bytes
/
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
{
"name": "ngSolr",
"version": "0.6.1",
"authors": [
"Davis Marques <dmarq.ezz@gmail.com>"
],
"description": "Faceted search application and components for Apache Solr/Lucene",
"main": "dist/ngsolr.js",
"keywords": [
"angular",
"solr",
"lucene",
"facet",
"search",
"ajax"
],
"license": "Apache-2.0",
"homepage": "http://www.davismarques.com/ngsolr",
"ignore": [
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.9",
"angular-cookies": "^1.6.9",
"angular-route": "^1.6.9",
"angular-sanitize": "^1.6.9",
"angular-touch": "^1.6.9",
"bootstrap": "~3.3.1",
"d3": "^4.13.0",
"fontawesome": "~4.2.0",
"jquery": "^3.3.1"
}
}