Explorar o código

add bower.json file (test)

Thomas Rabaix %!s(int64=11) %!d(string=hai) anos
pai
achega
d82446d717
Modificáronse 1 ficheiros con 16 adicións e 0 borrados
  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": [
+        "**/.*"
+    ]
+}