24 lines
454 B
JSON
24 lines
454 B
JSON
{
|
|
"name": "wheel",
|
|
"version": "1.0.0",
|
|
"description": "Mouse wheel event unified for all browsers",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"keywords": [
|
|
"addWheelListener",
|
|
"wheel",
|
|
"mouse",
|
|
"DOMMouseScroll"
|
|
],
|
|
"author": "Andrei Kashcha",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/anvaka/wheel"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^1.3.2"
|
|
}
|
|
}
|