Merge pull request #560 from gig177/master
Added jquery.dotdotdot and jquery.jScrollPane
This commit is contained in:
@@ -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!"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -233,9 +233,11 @@
|
|||||||
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
|
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
|
||||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||||
|
"jquery.dotdotdot": "github:BeSite/jQuery.dotdotdot",
|
||||||
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
||||||
"jquery.tipTip": "github:drewwilson/TipTip",
|
"jquery.tipTip": "github:drewwilson/TipTip",
|
||||||
"jquery.carouFredSel": "github:gilbitron/carouFredSel",
|
"jquery.carouFredSel": "github:gilbitron/carouFredSel",
|
||||||
|
"jquery.jScrollPane": "github:vitch/jScrollPane",
|
||||||
"jquery-validation": "github:jzaefferer/jquery-validation",
|
"jquery-validation": "github:jzaefferer/jquery-validation",
|
||||||
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
|
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
|
||||||
"js-beautify": "github:beautify-web/js-beautify",
|
"js-beautify": "github:beautify-web/js-beautify",
|
||||||
|
|||||||
Reference in New Issue
Block a user