-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpoplockit.jquery.json
32 lines (32 loc) · 1.13 KB
/
poplockit.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
{
"name": "poplockit",
"title": "jQuery.popLockIt",
"description": "A jQuery plugin for 'locking' short content in place as the user scrolls by longer content. For example, it will lock metadata and share buttons in place as the user scrolls by a long essay or series of images.",
"keywords": ["feed", "ui"],
"version": "0.1.2",
"author": {
"name": "Brennan Moore",
"email": "[email protected]",
"url": "http://zamiang.com"
},
"repository": {
"type": "git",
"url": "git://github.com/zamiang/jquery.poplockit.git"
},
"bugs": {
"url": "https://github.com/zamiang/jquery.poplockit/issues"
},
"homepage": "http://zamiang.github.com/jquery.poplockit",
"download": "https://github.com/zamiang/jquery.popLockIt",
"bugs": "https://github.com/zamiang/jquery.popLockIt/issues",
"docs": "http://zamiang.github.com/jquery.poplockit",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zamiang/jquery.poplockit/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">=1.7"
}
}