Built motion from commit 76eb00b9e.|1.0.24
[motion.git] / public / bower_components / jquery-slimscroll / package.json
1 {
2   "name"        : "jquery-slimscroll",
3   "version"     : "1.3.7",
4   "title"       : "jQuery slimScroll scrollbar",
5   "description" : "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",
6   "keywords"    : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui", "jquery-plugin", "ecosystem:jquery"],
7   "homepage"    : "http://rocha.la/jQuery-slimScroll/",
8   "repository": {
9     "type": "git",
10     "url": "https://github.com/rochal/jQuery-slimScroll.git"
11   },
12   "author" : {
13     "name"  : "Piotr Rochala",
14     "url"   : "http://rocha.la/"
15   },
16
17   "dependencies" : {
18     "jquery" : ">= 1.7"
19   },
20
21   "licenses" : [
22     {
23       "type": "MIT",
24       "url": "http://www.opensource.org/licenses/mit-license.php"
25     },
26     {
27       "type": "GPL",
28       "url": "http://www.opensource.org/licenses/gpl-license.php"
29     }
30   ]
31 }