You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
369 B
17 lines
369 B
4 weeks ago
|
{
|
||
|
"name": "normalize-wheel",
|
||
|
"version": "1.0.1",
|
||
|
"description": "Mouse wheel normalization across multiple multiple browsers.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"mouse wheel",
|
||
|
"normalization",
|
||
|
"browser"
|
||
|
],
|
||
|
"author": "Bas Stottelaar",
|
||
|
"license": "BSD-3-Clause"
|
||
|
}
|