Skip to content

Commit

Permalink
Merge pull request #4 from TheKnarf/master
Browse files Browse the repository at this point in the history
Added a bower.json file so that it can be published as a bower package.
  • Loading branch information
tatygrassini committed Oct 31, 2015
2 parents cf59925 + 4834d53 commit 8cae275
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "land.io",
"homepage": "http://tatygrassini.github.io/landio-html/",
"authors": [
"Taty Grassini"
],
"description": "Landio is a responsive HTML template, built on top of Bootstrap 4 and based on the Land.io Sketch design by Peter Finlan. This template and the UI kit were coded by Taty Grassini.",
"main": "",
"moduleType": [],
"keywords": [
"Land.io",
"UI-kit",
"design"
],
"license": "Codrops custom Licence",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 8cae275

Please sign in to comment.