diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..78f84cf --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "name": "vue-async-data", + "description": "async data loading plugin for Vue.js", + "main": "vue-async-data.js", + "authors": [ + "Evan" + ], + "license": "MIT", + "keywords": [ + "vue" + ], + "homepage": "https://github.com/vuejs/vue-async-data", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}