Skip to content

Commit 00a2dd7

Browse files
committed
Create bower.json
Make it to be friendly to bower
1 parent e9a38f4 commit 00a2dd7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name" : "slimScroll",
3+
"version" : "1.3.2",
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"],
7+
"demo" : "http://rocha.la/jQuery-slimScroll/",
8+
"homepage" : "http://rocha.la/jQuery-slimScroll/",
9+
"download" : "http://rocha.la/jQuery-slimScroll/",
10+
11+
"author" : {
12+
"name" : "Piotr Rochala",
13+
"url" : "http://rocha.la/"
14+
},
15+
16+
"dependencies" : {
17+
"jquery" : ">= 1.7"
18+
},
19+
20+
"licenses" : [
21+
{
22+
"type": "MIT",
23+
"url": "http://www.opensource.org/licenses/mit-license.php"
24+
},
25+
{
26+
"type": "GPL",
27+
"url": "http://www.opensource.org/licenses/gpl-license.php"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)