UNPKG

vue-show-slide

Version:

Vue.js directive for animating element to and from height: auto in a sliding motion

44 lines (43 loc) 1 kB
{ "name": "vue-show-slide", "version": "1.1.1", "description": "Vue.js directive for animating element to and from height: auto in a sliding motion", "main": "dist/vue-show-slide.min.js", "module": "dist/vue-show-slide.min.js", "scripts": { "build": "gulp" }, "keywords": [ "Vue.js", "Vue", "animate", "v-show-slide", "v-show", "height auto", "css animations", "easing", "easings", "directive", "slide up", "slide down", "slideUp", "slideDown" ], "repository": { "type": "git", "url": "https://github.com/matvejs16/vue-show-slide.git" }, "author": "Matvej Makushin <matvejs16@genrem.eu>", "license": "GPL-3.0", "devDependencies": { "@babel/core": "^7.19.6", "@babel/preset-env": "^7.19.4", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-concat": "^2.6.1", "gulp-sass": "^5.1.0", "gulp-sourcemaps": "^3.0.0", "gulp-uglify": "^3.0.2", "readable-stream": "^4.2.0" } }