easyscroller
Version:
Mobile-friendly accelerated panning and zooming for DOM and Canvas based on Zynga Scroller.
46 lines (45 loc) • 982 B
JSON
{
"name": "easyscroller",
"version": "1.0.1",
"description": "Mobile-friendly accelerated panning and zooming for DOM and Canvas based on Zynga Scroller.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ulesta/easyscroller",
"keywords": [
"scroller",
"accelerated",
"panning",
"zooming",
"zynga scroller"
],
"contributors": [
{
"name": "Justin Cuaresma",
"url": "http://cuaresma.me"
},
{
"name": "Andrew Joslin",
"url": "http://ajoslin.com"
},
{
"name": "Jared",
"url": "https://github.com/jedibatman"
},
{
"name": "Sebastian Werner",
"email": "swerner@zynga.com"
},
{
"name": "Paul Bakaus",
"url": "http://paulbakaus.com"
}
],
"license": "MIT",
"devDependencies": {
"typescript": "^3.4.1"
}
}