-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
27 lines (27 loc) · 837 Bytes
/
package.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
{
"name": "jquery-ui-scrollable",
"title": "jQuery UI Scrollable",
"description": "Enables monitoring, querying, or changing the scroll position of an element relative to a scrolling container",
"version": "0.1.5",
"author": {
"name": "Ben Olson",
"url": "http://bseth99.github.com/"
},
"homepage": "https://github.com/bseth99/jquery-ui-scrollable",
"repository": {
"type": "git",
"url": "git://github.com/bseth99/jquery-ui-scrollable.git"
},
"bugs": {
"url" : "http://github.com/bseth99/jquery-ui-scrollable/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bseth99/jquery-ui-scrollable/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {},
"keywords": []
}