Create bower.json
@@ -0,0 +1,18 @@
+{
+ "name": "vuex",
+ "main": "lib/index.js",
+ "description": "state management for Vue.js",
+ "authors": "Evan You",
+ "license": "MIT",
+ "ignore": [
+ "examples",
+ "test",
+ "docs",
+ ".gitignore",
+ ".eslintrc",
+ ".babelrc",
+ "*.json",
+ "*.md",
+ "*.yml"
+ ]
+}