forked from istvan-ujjmeszaros/bootstrap-dropdown-hover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
36
37
38
39
40
41
42
{
"name": "bootstrap-dropdown-hover",
"title": "Bootstrap Dropdown Hover",
"description": "Open dropdown menus on mouse hover, the proper way.",
"author": "István Ujj-Mészáros (https://github.com/istvan-ujjmeszaros)",
"contributors": [],
"repository": {
"type": "git",
"url": "http://github.com/istvan-ujjmeszaros/bootstrap-dropdown-hover.git"
},
"homepage": "http://www.virtuosoft.eu/code/bootstrap-dropdown-hover/",
"version": "1.0.4",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2"
},
"scripts": {
"test": "grunt travis --verbose"
},
"bugs": {
"url": "https://github.com/istvan-ujjmeszaros/bootstrap-dropdown-hover/issues"
},
"main": "dist/jquery.bootstrap-dropdown-hover.min.js",
"dependencies": {
"grunt-cli": "^0.1.13",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-uglify": "^0.3.3"
},
"keywords": [
"jquery-plugin",
"bootstrap",
"dropdown",
"hover",
"ui"
],
"license": "Apache 2.0"
}