Skip to content

Commit 2e14058

Browse files
committed
adding package.json file
1 parent ace10bf commit 2e14058

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

+22
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)