UNPKG

vue-flipper

Version:

A component to flip elements with a nice transition.

52 lines (51 loc) 1.26 kB
{ "name": "vue-flipper", "version": "1.0.0", "description": "A component to flip elements with a nice transition.", "cdn": "dist/vue-flipper.js", "main": "dist/vue-flipper.cjs.js", "unpkg": "dist/vue-flipper.js", "module": "dist/vue-flipper.es.js", "jsdelivr": "dist/vue-flipper.js", "umd:main": "dist/vue-flipper.js", "files": ["dist/"], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "bili" }, "repository": { "type": "git", "url": "git+https://github.com/VitorLuizC/vue-flipper.git" }, "keywords": [ "vue-flipper", "vue-flip", "flipper", "flip", "vue-component", "vue", "flip-animation", "animation", "transition", "bem-methodology", "stylus", "bili" ], "author": { "url": "https://vitorluizc.github.io/", "name": "Vitor Luiz Cavalcanti", "email": "vitorluizc@outlook.com" }, "license": "MIT", "bugs": { "url": "https://github.com/VitorLuizC/vue-flipper/issues" }, "homepage": "https://github.com/VitorLuizC/vue-flipper#readme", "devDependencies": { "bili": "^3.4.2", "rollup-plugin-vue": "^4.3.2", "stylus": "^0.54.5", "vue": "^2.5.20", "vue-template-compiler": "^2.5.20" } }