Evan You 12 anni fa
parent
commit
d26ec01f15
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      bower.json

+ 17 - 0
bower.json

@@ -0,0 +1,17 @@
+{
+    "name": "seed",
+    "version": "0.1.0",
+    "main": "dist/seed.js",
+    "ignore": [
+        ".*",
+        "examples",
+        "src",
+        "test",
+        "dist/seed.min.js",
+        "component.json",
+        "package.json",
+        "Gruntfile.js",
+        "TODO.md",
+        "README_Chinese.md"
+    ]
+}