Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "bootstrap-hover-dropdown",
  "version": "2.0.0",
  "description": "An unofficial Twitter Bootstrap plugin to enable Twitter Bootstrap dropdowns to activate on hover and provide a nice user experience.",
  "main": "./twitter-bootstrap-hover-dropdown.min.js",
  "keywords": [
    "twitter",
    "bootstrap",
    "hover",
    "dropdowns"
  ],
  "homepage": "https://github.com/CWSpear/twitter-bootstrap-hover-dropdown",
  "dependencies": {
    "bootstrap": "~3.0.0"
  },
  "author": {
    "name": "Cameron Spear",
    "web": "http://cameronspear.com"
  }
}