Merge pull request #349 from Aaike/master
Added malihu-custom-scrollbar-plugin
This commit is contained in:
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"main": "jquery.mCustomScrollbar.js",
|
||||||
|
"files": [
|
||||||
|
"jquery.mCustomScrollbar.concat.min.js",
|
||||||
|
"jquery.mCustomScrollbar.css",
|
||||||
|
"jquery.mCustomScrollbar.js",
|
||||||
|
"jquery.mCustomScrollbar.min.css",
|
||||||
|
"jquery.mCustomScrollbar.min.css",
|
||||||
|
"mCSB_buttons.png"
|
||||||
|
],
|
||||||
|
"registry": "jspm",
|
||||||
|
"format": "global",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "github:components/jquery@*"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"jquery.mCustomScrollbar.js": {
|
||||||
|
"deps": [
|
||||||
|
"jquery"
|
||||||
|
],
|
||||||
|
"exports": "$"
|
||||||
|
},
|
||||||
|
"jquery.mCustomScrollbar.concat.min.js": {
|
||||||
|
"deps": [
|
||||||
|
"jquery"
|
||||||
|
],
|
||||||
|
"exports": "$"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -191,6 +191,7 @@
|
|||||||
"lightbox2": "github:lokesh/lightbox2",
|
"lightbox2": "github:lokesh/lightbox2",
|
||||||
"localforage": "npm:localforage",
|
"localforage": "npm:localforage",
|
||||||
"lodash": "npm:lodash",
|
"lodash": "npm:lodash",
|
||||||
|
"malihu-custom-scrollbar-plugin": "github:/malihu/malihu-custom-scrollbar-plugin",
|
||||||
"marionette": "github:marionettejs/backbone.marionette",
|
"marionette": "github:marionettejs/backbone.marionette",
|
||||||
"masonry": "github:desandro/masonry",
|
"masonry": "github:desandro/masonry",
|
||||||
"material-design-icons": "github:google/material-design-icons",
|
"material-design-icons": "github:google/material-design-icons",
|
||||||
|
|||||||
Reference in New Issue
Block a user