diff --git a/README.md b/README.md index 7c7d0d2..e46d681 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ Include the stylesheet: ```js require('vue-animate/dist/vue-animate.min.css') ``` + +####bower + ```shell + bower install --save vue-animate + ``` + ####Less ```less @import "/src/vue-animate.less"; diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f46b331 --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "vue-animate", + "version": "0.0.5", + "description": "LESS cross-browser animation library, for use with Vue.js. Ported from Animate.css.", + "authors": [ + "Hayden Bickerton " + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "git://github.com/haydenbbickerton/vue-animate.git" + }, + "main": "dist/vue-animate.css", + "bugs": { + "url": "https://github.com/haydenbbickerton/vue-animate/issues" + }, + "keywords": [ + "less", + "animate", + "animate.css", + "vue", + "vue.js", + "transition", + "vue-animate", + "css" + ], + "ignore": [ + "src" + ] +}