forked from bigspotteddog/ScrollToFixed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 765 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": "scrolltofixed",
"version": "1.0.7",
"description": "This plugin is used to fix elements on the page (top, bottom, anywhere); however, it still allows the element to continue to move left or right with the horizontal scroll.",
"main": "jquery-scrolltofixed.js",
"repository": {
"type": "git",
"url": "git://github.com/bigspotteddog/ScrollToFixed.git"
},
"author": "bigspotteddog",
"bugs": {
"url": "https://github.com/bigspotteddog/ScrollToFixed/issues"
},
"homepage": "https://github.com/bigspotteddog/ScrollToFixed",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scroll",
"fixed",
"jquery"
],
"license": "MIT"
}