UNPKG

503 BJSONView Raw
1{
2 "name": "scrolldir",
3 "description": "Prefectly track user scroll direction without the jitter",
4 "main": "dist/scrolldir.js",
5 "authors": [
6 "Patrick Fisher <patrick@pwfisher.com>"
7 ],
8 "license": "MIT",
9 "keywords": [
10 "jquery",
11 "scroll",
12 "intent",
13 "scrollTop",
14 "position",
15 "javascript",
16 "window"
17 ],
18 "homepage": "https://github.com/pwfisher/scrolldir.js",
19 "ignore": [
20 "**/.*",
21 "node_modules",
22 "bower_components",
23 "test",
24 "tests"
25 ]
26}