Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from PolymerElements/bower-json
Browse files Browse the repository at this point in the history
Add bower.json
  • Loading branch information
justinfagnani committed Jun 24, 2015
2 parents 6f59e45 + 1ea045d commit b85b217
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "font-roboto",
"version": "1.0.0",
"description": "An HTML import for Roboto",
"authors": [
"The Polymer Authors"
],
"keywords": [
"font",
"roboto"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/font-roboto.git"
},
"main": "roboto.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/font-roboto/",
"ignore": [
"/.*"
]
}

0 comments on commit b85b217

Please sign in to comment.