-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
35 lines (35 loc) · 1.02 KB
/
package.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",
"title": "Bootstrap Dropdown Hover",
"description": "Open Bootstrap dropdown menus on mouse hover, the proper way. Compatible with Bootstrap 3 & 4.",
"author": "István Ujj-Mészáros (https://github.com/istvan-ujjmeszaros)",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/istvan-ujjmeszaros/bootstrap-dropdown-hover.git"
},
"homepage": "https://www.virtuosoft.eu/code/bootstrap-dropdown-hover/",
"version": "4.2.0",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.4.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"bugs": {
"url": "https://github.com/istvan-ujjmeszaros/bootstrap-dropdown-hover/issues"
},
"main": "dist/jquery.bootstrap-dropdown-hover.min.js",
"keywords": [
"jquery-plugin",
"bootstrap",
"dropdown",
"hover",
"ui"
],
"license": "Apache-2.0"
}