UNPKG

vue-animate

Version:

LESS cross-browser animation library, for use with Vue.js. Ported from Animate.css.

42 lines (41 loc) 1.11 kB
{ "name": "vue-animate", "version": "0.0.4", "description": "LESS cross-browser animation library, for use with Vue.js. Ported from Animate.css.", "author": { "name": "Hayden Bickerton", "email": "haydenbbickerton@gmail.com" }, "homepage": "https://github.com/haydenbbickerton/vue-animate", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/haydenbbickerton/vue-animate.git" }, "bugs": { "url": "https://github.com/haydenbbickerton/vue-animate/issues" }, "keywords": [ "less", "animate", "animate.css", "vue", "vue.js", "transition", "vue-animate", "css" ], "files": [ "dist/vue-animate.css", "dist/vue-animate.min.css", "src" ], "devDependencies": { "less": "^2.4.0", "less-plugin-autoprefix": "^1.5.1", "less-plugin-clean-css": "^1.5.0" }, "scripts": { "build": "lessc --autoprefix='> 5%' src/vue-animate.less > dist/vue-animate.css && lessc --autoprefix='> 5%' --clean-css='--compatibility=ie8 --advanced' src/vue-animate.less > dist/vue-animate.min.css" } }