Skip to content

Commit

Permalink
Create bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
db0company committed Oct 30, 2015
1 parent 21f8694 commit f656b3e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

{
"name": "css-hexagon",
"main": "hexagon.min.css",
"version": "0.0.0",
"homepage": "http://db0company.github.io/css-hexagon/",
"authors": [
"db0company <[email protected]>"
],
"description": "A LESS script to generate CSS hexagons with custom size and color.",
"keywords": [
"css",
"less",
"hexagon"
],
"license": "Apache2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit f656b3e

Please sign in to comment.