Skip to content

Commit 20c378e

Browse files
committed
Create bower.json
1 parent 0687029 commit 20c378e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bower.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "jquery-inputs",
3+
"version": "0.0.1",
4+
5+
"main": ["jquery.inputs.js"],
6+
"keywords": [
7+
"jquery.inputs.js"
8+
],
9+
"license": "MIT",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"app/bower_components",
15+
"test",
16+
"tests"
17+
]
18+
}

0 commit comments

Comments
 (0)