forked from tung-jin-chew-hp/find
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.46 KB
/
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
46
47
48
49
50
51
52
53
54
{
"name": "hp-find",
"private": true,
"authors": [
"Alex Scown <[email protected]>",
"Alyona Ivanova <[email protected]>",
"Daniel Grayling <[email protected]"
],
"moduleType": [
"amd"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"src/main/webapp/static/bower_components",
"src/main/test",
"mockups"
],
"dependencies": {
"backbone": "~1.2.0",
"colorbox": "colorbox#~1.5.10",
"fontawesome": "components-font-awesome#~3.2.1",
"jquery": "components/jquery#~1.10.2",
"json": "json2#*",
"underscore": "~1.8.3",
"hp-autonomy-js-whatever": "~2.3.0",
"hp-autonomy-login-page": "~1.0.2",
"hp-autonomy-settings-page": "~0.1.0",
"hp-autonomy-bootstrap-2": "~2.3.2",
"hp-autonomy-fieldtext-js": "~1.1.0",
"hp-autonomy-js-parametric-refinement": "~0.1.1",
"requirejs": "~2.1.15",
"requirejs-text": "~2.0.13",
"requirejs-i18n": "~2.0.4",
"icheck": "~1.0.2",
"moment": "~2.10.3",
"eonasdan-bootstrap-datetimepicker": "~4.14.30",
"bootstrap-timepicker": "tarruda/bootstrap-datetimepicker",
"hp-autonomy-hod-sso-js": "~0.5.0",
"hp-autonomy-js-databases-view": "~0.4.0"
},
"devDependencies": {
"hp-autonomy-js-testing-utils": "~1.1.1",
"jasmine-jquery": "~2.1.0"
},
"resolutions": {
"underscore": "~1.8.3",
"hp-autonomy-js-whatever": "~2.3.0",
"jquery": "~1.10.2",
"backbone": "~1.2.1",
"jasmine": ">=2"
}
}