Skip to content

Commit ed5ab64

Browse files
add bower.json
1 parent 5a9e4d2 commit ed5ab64

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "jquery.maskedinput",
3+
"version": "1.3.1",
4+
"homepage": "http://digitalbush.com/projects/masked-input-plugin/",
5+
"authors": [
6+
"Josh Bush (digitalbush.com)"
7+
],
8+
"description": "jQuery Masked Input Plugin",
9+
"moduleType": [
10+
"es6"
11+
],
12+
"keywords": [
13+
"input",
14+
"form",
15+
"mask",
16+
"jquery"
17+
],
18+
"license": "MIT",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"spec",
24+
"lib"
25+
],
26+
"dependencies": {
27+
"jquery": ">=1.8.3 <2.0"
28+
}
29+
}

0 commit comments

Comments
 (0)