Skip to content

Commit 316a560

Browse files
Brian DeteringBrian Detering
authored andcommitted
added bower config
1 parent d7eb45b commit 316a560

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jquery.input",
3+
"main": "jquery.input.js",
4+
"version": "0.1.0",
5+
"homepage": "https://github.com/DubFriend/jquery.input",
6+
"description": "\"A Common interface for html input elements.\"",
7+
"keywords": [
8+
"input",
9+
"form",
10+
"interface"
11+
],
12+
"authors": [
13+
"Brian Detering"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

0 commit comments

Comments
 (0)