-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 778 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 778 Bytes
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.3.8",
"angular-cookies": "~1.3.8",
"angular-route": "~1.3.8",
"angular-sanitize": "~1.3.8",
"angular-touch": "~1.3.8",
"bootstrap": "~3.3.1",
"d3": "~3.5.3",
"fontawesome": "~4.2.0",
"jquery": "~2.1.3"
}
}