浏览代码

add plugin manifest file

Robin Herbots 12 年之前
父节点
当前提交
5a51f004c8
共有 1 个文件被更改,包括 43 次插入0 次删除
  1. 43 0
      jquery.inputmask.json

+ 43 - 0
jquery.inputmask.json

@@ -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"
+    }
+}