浏览代码

Creates composer.json for use as composer package.

Mathias Gelhausen 10 年之前
父节点
当前提交
b7abef1875
共有 2 个文件被更改,包括 17 次插入1 次删除
  1. 2 1
      .gitignore
  2. 15 0
      composer.json

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 nbproject
-node_modules
+node_modules
+/vendor/

+ 15 - 0
composer.json

@@ -0,0 +1,15 @@
+{
+    "name": "cross-solution/bootstrap3-dialog",
+    "description": "Make use of Bootstrap Modal more monkey-friendly.",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Nakupanda",
+            "email": "javanoob@hotmail.com"
+        }
+    ],
+    "require": {
+	"components/jquery": "*",
+	"twbs/bootstrap": "3.*",
+    }
+}