Skip to content

Commit 642b792

Browse files
committed
1.3.9
1 parent 719e0d1 commit 642b792

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

package.json

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
{
2-
"name" : "jquery-slimscroll",
3-
"main" : "jquery.slimscroll.js",
4-
"version" : "1.3.8",
5-
"title" : "jQuery slimScroll scrollbar",
6-
"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.",
7-
"keywords" : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui", "jquery-plugin", "ecosystem:jquery"],
8-
"homepage" : "http://rocha.la/jQuery-slimScroll/",
2+
"name": "jquery-slimscroll",
3+
"main": "jquery.slimscroll.js",
4+
"version": "1.3.9",
5+
"title": "jQuery slimScroll scrollbar",
6+
"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.",
7+
"keywords": [
8+
"scrollbar",
9+
"scroll",
10+
"slimscroll",
11+
"scrollable",
12+
"scrolling",
13+
"scroller",
14+
"ui",
15+
"jquery-plugin",
16+
"ecosystem:jquery"
17+
],
18+
"homepage": "http://rocha.la/jQuery-slimScroll/",
919
"repository": {
1020
"type": "git",
1121
"url": "https://github.com/rochal/jQuery-slimScroll.git"
1222
},
13-
"author" : {
14-
"name" : "Piotr Rochala",
15-
"url" : "http://rocha.la/"
23+
"author": {
24+
"name": "Piotr Rochala",
25+
"url": "http://rocha.la/"
1626
},
17-
18-
"dependencies" : {
19-
"jquery" : ">= 1.7"
27+
"dependencies": {
28+
"jquery": ">= 1.7"
2029
},
21-
22-
"licenses" : [
30+
"licenses": [
2331
{
2432
"type": "MIT",
2533
"url": "http://www.opensource.org/licenses/mit-license.php"
@@ -29,4 +37,4 @@
2937
"url": "http://www.opensource.org/licenses/gpl-license.php"
3038
}
3139
]
32-
}
40+
}

0 commit comments

Comments
 (0)