-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 758 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 758 Bytes
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
{
"name": "hoverintent",
"version": "0.7.0",
"authors": [
"Brian Cherne <brian@cherne.net>"
],
"description": "hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It is similar to jQuery's hover method. However, instead of calling the handlerIn function immediately, hoverIntent waits until the user's mouse slows down enough before making the call.",
"main": "jquery.hoverIntent.js",
"keywords": [
"hover",
"intent",
"hoverintent",
"jquery",
"mouse"
],
"license": "MIT",
"homepage": "http://cherne.net/brian/resources/jquery.hoverIntent.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}