Skip to content

Commit 7217c93

Browse files
committed
Added package.json file for future compatiblity with new jQuery plugins page.
1 parent bc85f22 commit 7217c93

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

package.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "slimScroll",
3+
"version": "0.4.4",
4+
"title": "jQuery.slimScroll()",
5+
"author": {
6+
"name": "Piotr Rochala",
7+
"url": "http://rocha.la/"
8+
},
9+
"licenses": [
10+
{
11+
"type": "MIT",
12+
"url": "http://www.opensource.org/licenses/mit-license.php"
13+
},
14+
{
15+
"type": "GPL",
16+
"url": "http://www.opensource.org/licenses/gpl-license.php"
17+
}
18+
],
19+
"dependencies": {
20+
"jquery": ">1"
21+
},
22+
"description": "slimScroll is a small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value.",
23+
"keywords": [
24+
"scrollbar",
25+
"scroll",
26+
"slimscroll",
27+
"scrollable"
28+
],
29+
"homepage": "http://rocha.la/jQuery-slimScroll",
30+
"maintainers": [
31+
{
32+
"name": "Piotr Rochala",
33+
"url": "https://github.com/rochal"
34+
}
35+
],
36+
"files": [
37+
"slimScroll.min.js",
38+
"slimScroll.js",
39+
"index.min.html",
40+
"index.htm",
41+
"README.md",
42+
"package.json"
43+
]
44+
}

0 commit comments

Comments
 (0)