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

Commit 614a639

Browse files
committed
add basic bower, fixes #5
1 parent 1dcd9a2 commit 614a639

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "wtf-forms",
3+
"description": "Friendlier HTML form controls with a little CSS magic.",
4+
"version": "2.0.1",
5+
"keywords": [
6+
"html",
7+
"css",
8+
"forms",
9+
"web"
10+
],
11+
"homepage": "http://wtfforms.com",
12+
"main": [
13+
"wtf-forms.css"
14+
],
15+
"ignore": [
16+
".*",
17+
"docs.css",
18+
"index.html",
19+
"font/"
20+
]
21+
}

0 commit comments

Comments
 (0)