Merge pull request #76 from christianesperar/feature/add-bower-support

Add bower support
pull/77/head
Aigars Silkalns 2016-04-12 15:57:55 +03:00
commit 6979d9677b
1 changed files with 25 additions and 0 deletions

25
bower.json Normal file
View File

@ -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"
]
}