forked from opentext-idol/js-databases-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (45 loc) · 991 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
43
44
45
{
"name": "hp-autonomy-js-databases-view",
"authors": [
"Alex Scown <[email protected]>",
"Daniel Grayling <[email protected]>",
"Wojciech Kaluza <[email protected]>",
"Matthew Gordon <[email protected]"
],
"description": "Backbone view for managing the selection of Micro Focus Find resources",
"moduleType": [
"amd"
],
"keywords": [
"databases",
"indexes",
"hp",
"haven"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "1.2.3",
"jquery": "1.10.2",
"underscore": "1.8.3",
"requirejs": "2.1.22",
"requirejs-text": "2.0.15",
"hp-autonomy-js-whatever": "2.7.0"
},
"resolutions": {
"backbone": "1.2.3",
"underscore": "1.8.3",
"jquery": "1.10.2",
"jasmine": "2.4"
},
"devDependencies": {
"jasmine-jquery": "2.1.0",
"hp-autonomy-js-testing-utils": "2.2.0"
}
}