-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 906 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
28
29
30
{
"name": "jquery-mousewheel-stop-propagation",
"title": "$.mousewheelStopPropagation()",
"description": "This jQuery plugin can prevent the scrolling of parent elements, or stop the propagation with the mousewheel event listener.",
"version": "1.3.2",
"license": "MIT",
"main": "mousewheelStopPropagation.js",
"author": {
"name": "161 SARL - Benoit Asselin",
"url": "https://161.io"
},
"dependencies": {
"jquery": ">=1.11.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-uglify": "~2.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/basselin/jquery-mousewheel-stop-propagation.git"
},
"bugs": {
"url": "https://github.com/basselin/jquery-mousewheel-stop-propagation/issues"
},
"homepage": "https://github.com/basselin/jquery-mousewheel-stop-propagation",
"scripts": {
"build": "npm install && grunt"
}
}