Browse Source

Create bower.json

Daniel Chavez 11 years ago
parent
commit
df845fb01e
1 changed files with 20 additions and 0 deletions
  1. 20 0
      bower.json

+ 20 - 0
bower.json

@@ -0,0 +1,20 @@
+{
+    "name": "bootstrap3-dialog",
+    "version": "0.0.1",
+    "main": "dist/your-awesome-js-module.js",
+    "ignore": [
+        "source",
+        "spec",
+        ".bowerrc",
+        ".gitignore",
+        ".jshintignore",
+        ".jshintrc",
+        "bower.json",
+        "gruntfile.js",
+        "package.json",
+        "README.md"
+    ],
+    "dependencies": {
+        "bootstrap": "~3.1.1"
+    },
+}