forked from mdbootstrap/bootstrap-hover-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 744 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 744 Bytes
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
{
"name": "cwspear/bootstrap-hover-dropdown",
"version": "2.1.3",
"type": "component",
"description": "An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.",
"keywords": [
"twitter",
"bootstrap",
"hover",
"dropdowns"
],
"license": "MIT",
"authors": [
{
"name": "Cameron Spear",
"email": "cam@cameronspear.com",
"homepage": "http://cameronspear.com",
"role": "Developer"
}
],
"require": {
"components/jquery": ">=1.9",
"components/bootstrap": "~3.0"
},
"extra": {
"component": {
"name": "bootstrap-hover-dropdown",
"files": [
"bootstrap-hover-dropdown.js"
]
}
}
}