1 | {
|
2 | "name": "normalize-wheel",
|
3 | "version": "1.0.1",
|
4 | "description": "Mouse wheel normalization across multiple multiple browsers.",
|
5 | "main": "index.js",
|
6 | "scripts": {
|
7 | "test": "echo \"Error: no test specified\" && exit 1"
|
8 | },
|
9 | "keywords": [
|
10 | "mouse wheel",
|
11 | "normalization",
|
12 | "browser"
|
13 | ],
|
14 | "author": "Bas Stottelaar",
|
15 | "license": "BSD-3-Clause"
|
16 | }
|