forked from ualibweb/oneSearch_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 803 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": "onesearch-ui",
"version": "0.19.8",
"homepage": "https://github.com/8bitsquid/oneSearch_ui",
"authors": [
"Will Jones"
],
"description": "OneSearch federated search interface",
"moduleType": [
"node"
],
"main": [
"dist/onesearch.js",
"dist/onesearch.css"
],
"license": "ECL-2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1 <1.3.0",
"angular-animate": ">=1 <1.3.0",
"angular-route": ">=1 <1.3.0",
"angular-sanitize": ">=1 <1.3.0",
"angular-resource": ">=1 <1.3.0",
"angular-filter": "~0.5.4",
"ualib-ui": "https://github.com/ualibweb/ui-components.git"
},
"devDependencies": {
"restangular": "~1.5.1"
}
}