We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace10bf commit 2e14058Copy full SHA for 2e14058
package.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "bootstrap-hover-dropdown",
3
+ "version": "2.0.11",
4
+ "description": "An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.",
5
+ "main": "bootstrap-hover-dropdown.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "[email protected]:CWSpear/bootstrap-hover-dropdown.git"
9
+ },
10
+ "keywords": [
11
+ "twitter",
12
+ "bootstrap",
13
+ "hover",
14
+ "dropdowns"
15
+ ],
16
+ "author": "Cameron Spear",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/CWSpear/bootstrap-hover-dropdown/issues"
20
21
+ "homepage": "https://github.com/CWSpear/bootstrap-hover-dropdown"
22
+}
0 commit comments