UNPKG

scrollarea

Version:

A vanilla JS scrollarea that supports touch, mouse and scrollwheel

45 lines (44 loc) 1.03 kB
{ "name": "scrollarea", "version": "1.0.0", "description": "A vanilla JS scrollarea that supports touch, mouse and scrollwheel", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "grunt" }, "repository": { "type": "git", "url": "git+https://github.com/3dtech/on-screen-keyboard.git" }, "keywords": [ "javascript", "area", "scoll", "touch", "mouse", "mousewheel" ], "module": "dist/scrollarea.common.js", "main": "dist/scrollarea.common.js", "author": "Taavi Juursalu", "license": "MIT", "bugs": { "url": "https://github.com/3dtech/scrollarea/issues" }, "homepage": "https://github.com/3dtech/scrollarea#readme", "devDependencies": { "grunt": "^1.0.1", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-copy": "^0.1.0", "grunt-webpack": "^3.1.3", "webpack": "^4.20.2", "webpack-cli": "^3.1.2" }, "files": [ "dist" ], "directories": { "test": "tests" } }