Skip to content

Commit

Permalink
Merge pull request #51 from siwinski/pr-add-package-json
Browse files Browse the repository at this point in the history
Add a package.json file
  • Loading branch information
Andy Fitzsimon authored May 17, 2017
2 parents cb1cd4d + 203e28b commit 9bf0765
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "overpass",
"version": "3.0.2",
"description": "Overpass — an open source web font family",
"author": "Red Hat",
"contributors": [
"Delve Fonts"
],
"keywords": [
"font",
"overpass"
],
"license": "(LGPL-2.1 AND OFL-1.1)",
"repository": {
"type": "git",
"url": "git+https://github.com/RedHatBrand/Overpass.git"
},
"bugs": {
"url": "https://github.com/RedHatBrand/Overpass/issues"
},
"homepage": "http://overpassfont.org/"
}

0 comments on commit 9bf0765

Please sign in to comment.