forked from istvan-ujjmeszaros/bootstrap-dropdown-hover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 765 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
{
"name": "bootstrap-dropdown-hover",
"version": "4.1.1",
"homepage": "https://www.virtuosoft.eu/code/bootstrap-dropdown-hover/",
"authors": [
"István Ujj-Mészáros <[email protected]>"
],
"description": "Open dropdown menus on mouse hover, the proper way.",
"main": "dist/jquery.bootstrap-dropdown-hover.js",
"dependencies": {
"jquery": "~1.11.0",
"bootstrap": ">=3.0.0"
},
"keywords": [
"bootstrap",
"dropdown",
"hover",
"ui"
],
"license": "Apache-2.0",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/istvan-ujjmeszaros/bootstrap-dropdown-hover.git"
}
}