浏览代码

Merge pull request #71 from pierrebonbon/master

Create bower.json
Evan You 9 年之前
父节点
当前提交
c05ce55c51
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      bower.json

+ 18 - 0
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"
+  ]
+}