-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 618 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 618 Bytes
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": "lethargy",
"version": "1.0.9",
"description": "Distinguish between scroll events initiated by the user, and those by inertial scrolling",
"main": "lethargy.js",
"repository": {
"type": "git",
"url": "https://github.com/d4nyll/lethargy.git"
},
"keywords": [
"scroll",
"wheel",
"mouse",
"mousewheel",
"scrolljacking",
"inertial",
"trackpad",
"magic",
"mouse"
],
"author": "Daniel Li <dan@danyll.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/d4nyll/lethargy/issues"
},
"homepage": "https://github.com/d4nyll/lethargy"
}