Skip to content

Commit

Permalink
Merge pull request #3 from ianrose/gh-2-add-bower
Browse files Browse the repository at this point in the history
gh-2 Add bower
  • Loading branch information
ianrose committed Feb 24, 2014
2 parents 2fc69cc + 36f053f commit 367689c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "typesettings",
"version": "1.0.2-beta",
"homepage": "https://github.com/ianrose/typesettings",
"authors": [
"Ian Rose"
],
"description": "A Sass toolkit that sets type in Ems based on modular scale, vertical rhythm, and responsive ratio based headlines.",
"main": "_typesettings.scss",
"keywords": [
"typography",
"design",
"type",
"vertical",
"rhythm",
"modular",
"scale",
"ui"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"sache.json"
]
}

0 comments on commit 367689c

Please sign in to comment.