-
Notifications
You must be signed in to change notification settings - Fork 99
/
scrollSpy.jquery.json
35 lines (35 loc) · 1.01 KB
/
scrollSpy.jquery.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
34
35
{
"name": "scrollSpy",
"title": "jQuery ScrollSpy",
"description": "jQuery plugin for detecting enter/exit of elements in the viewport when the user scrolls",
"keywords": [
"scrollspy",
"scroll",
"viewport"
],
"version": "0.1.3",
"author": {
"name": "John Smart",
"url": "https://github.com/thesmart"
},
"maintainers": [
{
"name": "John Smart",
"email": "[email protected]",
"url": "https://github.com/thesmart"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/thesmart/jquery-scrollspy/master/LICENSE"
}
],
"bugs": "https://github.com/thesmart/jquery-scrollspy/issues",
"homepage": "https://github.com/thesmart/jquery-scrollspy",
"docs": "https://github.com/thesmart/jquery-scrollspy",
"download": "https://github.com/thesmart/jquery-scrollspy/archive/0.1.3.zip",
"dependencies": {
"jquery": ">=1.7"
}
}