slydr.js
Version:
A lightweight, dependency-free JavaScript slider library with smooth drag interactions and infinite looping.
31 lines (30 loc) • 730 B
JSON
{
"name": "slydr.js",
"version": "1.0.3",
"description": "A lightweight, dependency-free JavaScript slider library with smooth drag interactions and infinite looping.",
"main": "dist/slydr.min.js",
"scripts": {
"build": "your-build-command-here",
"test": "your-test-command-here"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlorimB/Slydr.js.git"
},
"keywords": [
"slider",
"carousel",
"javascript",
"vanilla-js",
"drag",
"infinite-loop",
"touch",
"lightweight"
],
"author": "FlorimB",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlorimB/Slydr.js/issues"
},
"homepage": "https://github.com/FlorimB/Slydr.js#readme"
}