Merge pull request #560 from gig177/master

Added jquery.dotdotdot and jquery.jScrollPane
This commit is contained in:
Guy Bedford
2015-09-10 15:36:56 +02:00
3 changed files with 30 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"main": "src/js/jquery.dotdotdot",
"dependencies": {
"jquery": "*"
},
"shim": {
"src/js/jquery.dotdotdot": {
"deps": [
"jquery"
]
}
}
}
@@ -0,0 +1,15 @@
{
"main": "script/jquery.jscrollpane",
"dependencies": {
"jquery": "*",
"css": "*"
},
"shim": {
"script/jquery.jscrollpane": {
"deps": [
"jquery",
"../style/jquery.jscrollpane.css!"
]
}
}
}
+2
View File
@@ -233,9 +233,11 @@
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
"jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie",
"jquery.dotdotdot": "github:BeSite/jQuery.dotdotdot",
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
"jquery.tipTip": "github:drewwilson/TipTip",
"jquery.carouFredSel": "github:gilbitron/carouFredSel",
"jquery.jScrollPane": "github:vitch/jScrollPane",
"jquery-validation": "github:jzaefferer/jquery-validation",
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
"js-beautify": "github:beautify-web/js-beautify",