forked from jamesflorentino/nanoScrollerJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 857 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "nanoscroller",
"version": "0.8.0",
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
"main": [
"./bin/css/nanoscroller.css",
"./bin/javascripts/jquery.nanoscroller.js"
],
"keywords": [
],
"licenses": [
{
"type": "MIT",
"url": "http://jamesflorentino.github.com/nanoScrollerJS/blob/master/LICENSE-MIT"
}
],
"author": {
"name": "James Florentino",
"email": "j@jamesflorentino.com",
"url": "http://www.jamesflorentino.com"
},
"dependencies": {
"jquery": ">= 1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/jamesflorentino/nanoScrollerJS.git"
},
"bugs": {
"url": "https://github.com/jamesflorentino/nanoScrollerJS/issues"
}
}