Browse Source

add bower.json file (test)

Thomas Rabaix 11 năm trước cách đây
mục cha
commit
d82446d717
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 16 0
      bower.json

+ 16 - 0
bower.json

@@ -0,0 +1,16 @@
+{
+    "name": "sonata-project-admin-bundle",
+    "homepage": "https://sonata-project.org/bundles/admin-bundle",
+    "authors": [
+        "Thomas Rabaix <thomas.rabaix@gmail.com>"
+    ],
+    "dependencies": {
+        "bootstrap": "~3.1.0",
+        "jquery": "1.11.0"
+    },
+    "license": "MIT",
+    "private": true,
+    "ignore": [
+        "**/.*"
+    ]
+}