|
|
@@ -0,0 +1,43 @@
|
|
|
+{
|
|
|
+ "name": "jquery.inputmask",
|
|
|
+ "title": "jQuery Inputmask",
|
|
|
+ "description": "jquery.inputmask is a jquery plugin which create an input mask.
|
|
|
+
|
|
|
+An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers, ...
|
|
|
+
|
|
|
+Highlights:
|
|
|
+- easy to use
|
|
|
+- optional parts anywere in the mask
|
|
|
+- possibility to define aliases which hide complexity
|
|
|
+- date / datetime masks
|
|
|
+- numeric masks
|
|
|
+- lots of callbacks
|
|
|
+- non-greedy masks
|
|
|
+- many features can be enabled/disabled/configured by options
|
|
|
+- supports readonly/disabled/dir="rtl" attributes
|
|
|
+- support data-inputmask attribute",
|
|
|
+ "keywords": [
|
|
|
+ "input",
|
|
|
+ "form",
|
|
|
+ "inputmask",
|
|
|
+ "mask"
|
|
|
+ ],
|
|
|
+ "version": "1.3.4",
|
|
|
+ "author": {
|
|
|
+ "name": "Robin Herbots",
|
|
|
+ "url": "http://github.com/RobinHerbots/jquery.inputmask"
|
|
|
+ ],
|
|
|
+ "licenses": [
|
|
|
+ {
|
|
|
+ "type": "MIT",
|
|
|
+ "url": "http://www.opensource.org/licenses/mit-license.php"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "bugs": "http://github.com/RobinHerbots/jquery.inputmask/issues",
|
|
|
+ "homepage": "http://github.com/RobinHerbots/jquery.inputmask",
|
|
|
+ "docs": "http://github.com/RobinHerbots/jquery.inputmask",
|
|
|
+ "download": "http://github.com/RobinHerbots/jquery.inputmask",
|
|
|
+ "dependencies": {
|
|
|
+ "jquery": ">=1.5"
|
|
|
+ }
|
|
|
+}
|