-
Notifications
You must be signed in to change notification settings - Fork 16
/
bower.json
42 lines (42 loc) · 898 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
38
39
40
41
42
{
"name": "search-hub",
"version": "1.0.0",
"authors": [
"Lucidworks"
],
"description": "Search Hub by Lucidworks.",
"main": "gulpfile.js",
"keywords": [
"framework",
"angular",
"web",
"apps"
],
"license": "Apache-2.0",
"homepage": "https://github.com/lucidworks/searchhub-fusion",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"foundation-apps": "~1.2.0",
"lodash": "https://github.com/lodash/lodash.git",
"ng-orwell": "~1.1.2",
"angucomplete-alt": "~2.2.0",
"angular-sanitize": "~1.5.7",
"angular-nvd3": "1.0.8",
"angular-cookies": "~1.5.7",
"angular-rison": "~0.0.13",
"angularjs-humanize": "master",
"asciidoctor.js": "1.5.5-1"
},
"devDependencies": {
"angular-mocks": "~1.5.7"
},
"resolutions": {
"angular": "~1.5.7"
}
}