소스 검색

add bower.json file (test)

Thomas Rabaix 11 년 전
부모
커밋
d82446d717
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  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": [
+        "**/.*"
+    ]
+}