scroll-swipe
Version:
a lightweight Events API for detecting scroll and touch events based on custom sensitivity
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "scroll-swipe",
"version": "0.0.19",
"description": "a lightweight Events API for detecting scroll and touch events based on custom sensitivity",
"main": "./dist/ScrollSwipe.js",
"eslintConfig": "./.eslint.json",
"scripts": {
"start": "webpack-dev-server",
"build": "babel lib -d dist && node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cmswalker",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cmswalker/scroll-swipe.git"
},
"bugs": {
"url": "https://github.com/cmswalker/scroll-swipe/issues"
},
"keywords": [
"touch events",
"scroll events",
"touch",
"scroll",
"detect",
"direction",
"scroll-event",
"dom-scroll",
"scroll-detect",
"detect-scroll",
"scroll-direction",
"scroll-swipe",
"swipe"
],
"devDependencies": {
"babel-cli": "^6.5.2",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.4",
"babel-preset-env": "^1.5.1",
"eslint": "^3.10.0",
"gulp": "^3.9.1",
"gulp-umd": "^0.2.0",
"webpack": "1.12.2",
"webpack-dev-server": "^1.16.2"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}