Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
add basic bower, fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 14, 2014
1 parent 1dcd9a2 commit 614a639
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "wtf-forms",
"description": "Friendlier HTML form controls with a little CSS magic.",
"version": "2.0.1",
"keywords": [
"html",
"css",
"forms",
"web"
],
"homepage": "http://wtfforms.com",
"main": [
"wtf-forms.css"
],
"ignore": [
".*",
"docs.css",
"index.html",
"font/"
]
}

0 comments on commit 614a639

Please sign in to comment.