Merge pull request #185 from smajl/jquery-hoverIntent

jquery-hoverIntent
This commit is contained in:
Guy Bedford
2015-02-10 14:14:24 +02:00
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"main": "jquery.hoverIntent",
"registry": "jspm",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery.hoverIntent": {
"deps": ["jquery"],
"exports": "$"
}
}
}
+1
View File
@@ -121,6 +121,7 @@
"jiff": "github:cujojs/jiff",
"jquery": "github:components/jquery",
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
"jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie",
"jquery.hammer": "github:hammerjs/jquery.hammer.js",