-
Notifications
You must be signed in to change notification settings - Fork 23
/
bower.json
41 lines (41 loc) · 928 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
{
"name": "lucidworks-view",
"version": "1.4.0",
"authors": [
"Lucidworks"
],
"description": "Lucidworks view: A easy to use Fusion powered UI for Search",
"main": "gulpfile.js",
"keywords": [
"framework",
"angular",
"web",
"apps"
],
"license": "Apache-2.0",
"homepage": "https://github.com/lucidworks/lucidworks-view",
"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",
"angular-sanitize": "~1.4.10",
"angular-rison": "~0.0.13",
"angularjs-humanize": "master",
"angular-mass-autocomplete": "^0.5.0",
"angular-ui-router": "~0.4.2"
},
"devDependencies": {
"angular-mocks": "~1.4.10"
},
"resolutions": {
"angular": "1.3.x - 1.4.x",
"angular-ui-router": "^0.4.2"
}
}