Skip to content

Commit 15729b7

Browse files
committed
Added npm support
1 parent bb66bf9 commit 15729b7

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,21 @@
1212
},
1313
"scripts": {
1414
"test": "grunt test"
15-
}
16-
}
15+
},
16+
"main": "gruntfile.js",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/excellalabs/jquery.maskedinput.git"
20+
},
21+
"keywords": [
22+
"jQuery",
23+
"Masked",
24+
"Input",
25+
"Plugin"
26+
],
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/excellalabs/jquery.maskedinput/issues"
30+
},
31+
"homepage": "https://github.com/excellalabs/jquery.maskedinput#readme"
32+
}

0 commit comments

Comments
 (0)