Files
.github
config
database
docs
resources
assets
css
img
js
templates
vendor
afterresize
animate
animate.css
animated-headline
bootpag
bootstrap
bootstrap-datepicker
bootstrap-icons
bootstrap-star-rating
bootstrap-timepicker
circle-flip-slideshow
fontawesome-free
gsap
hover3d
dist
LICENCE
bower.json
gulpfile.js
hover3d.jquery.json
hover3d.png
index.html
package.json
readme.md
style.css
hoverdir
intersection-observer
isotope
jquery
jquery-mousewheel
jquery.appear
jquery.cookie
jquery.countdown
jquery.easing
jquery.easy-pie-chart
jquery.pin
jquery.validation
kute
linea-icons
locomotive-scroll
magnific-popup
nanoscroller
owl.carousel
particles
plugins
simple-line-icons
twentytwenty
vide
vivus
public
views
routes
src
.editorconfig
.gitattributes
.gitignore
.prettierignore
.prettierrc.json
CHANGELOG.md
CONTRIBUTING.md
CONVENTIONS.md
LICENSE
LICENSE.es.md
README.en.md
README.md
SECURITY.md
composer.json
laravel-vuexy-website-layou…/resources/assets/vendor/hover3d/package.json
2025-05-30 03:09:08 -06:00

36 lines
843 B
JSON

{
"name": "hover3d",
"version": "1.0.0",
"description": "jQuery Plugin for create 3d Hover Effect by utilizing CSS3 transform property",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ariona/hover3d.git"
},
"keywords": [
"jQuery",
"3d",
"Hover",
"Effect"
],
"author": "Rian Ariona",
"license": "ISC",
"bugs": {
"url": "https://github.com/ariona/hover3d/issues"
},
"homepage": "https://github.com/ariona/hover3d#readme",
"dependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.1"
}
}