3d-slider
Version:
A customizable 3D cylindrical slider component for web projects.
34 lines (33 loc) • 752 B
JSON
{
"name": "3d-slider",
"version": "1.2.1",
"description": "A customizable 3D cylindrical slider component for web projects.",
"main": "src/index.js",
"style": "src/3d-slider.css",
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development"
},
"keywords": [
"3d-slider",
"slider",
"cylindrical-animation",
"responsive-slider",
"javascript",
"animation"
],
"author": "luay abbas",
"license": "MIT",
"homepage": "https://luayabbas1981.github.io/3d-slider-demo/",
"repository": {
"type": "git",
"url": "https://github.com/Luayabbas1981/3d-slider-package"
},
"dependencies": {}
}