-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 886 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "jquery-scroll-intention",
"version": "0.1.1",
"author": "Michael Sparks (http://github.com/sparksm)",
"description": "A jQuery plugin that guesses if the mousewheel event is intentional or from smoothing",
"license": "FreeBSD",
"homepage": "https://github.com/sparksm/jquery-scroll-intention",
"main": "./jquery.scroll-intention.js",
"repository": {
"type": "git",
"url": "https://github.com/sparksm/jquery-scroll-intention.git"
},
"bugs": {
"url": "https://github.com/sparksm/jquery-scroll-intention/issues"
},
"keywords": [
"jquery",
"mouse",
"wheel",
"event",
"mousewheel",
"plugin",
"browser"
],
"files": [
"jquery.scroll-intention.js",
"README.md"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.7"
},
"jam": {
"dependencies": {
"jquery": ">=1.2.2"
}
}
}