Browse Source

Add bower support

christianesperar 9 years ago
parent
commit
daef4a59de
1 changed files with 25 additions and 0 deletions
  1. 25 0
      bower.json

+ 25 - 0
bower.json

@@ -0,0 +1,25 @@
+{
+    "name": "gentelella",
+    "version": "1.0.0",
+    "homepage": "https://colorlib.com/polygon/gentelella/index.html",
+    "authors" : [
+    	"Aigars Silkalns"
+    ],
+    "description": "Gentellela Admin is a free to use Bootstrap admin template",
+    "keywords": [
+        "css",
+        "js",
+        "html",
+        "template",
+        "admin",
+        "bootstrap",
+        "theme",
+        "backend",
+        "responsive"
+    ],
+	"license": "MIT",
+    "ignore": [
+        "**/.*",
+        "documentation"
+    ]
+}