Browse Source

fix manifest

Robin Herbots 12 years ago
parent
commit
f702a18b9e
1 changed files with 2 additions and 16 deletions
  1. 2 16
      jquery.inputmask.jquery.json

+ 2 - 16
jquery.inputmask.jquery.json

@@ -1,21 +1,7 @@
 {
     "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",
+    "description": "jquery.inputmask is a jquery plugin which create an input mask.",
     "keywords": [
         "input",
         "form", 
@@ -26,7 +12,7 @@ Highlights:
     "author": {
         "name": "Robin Herbots",
         "url": "http://github.com/RobinHerbots/jquery.inputmask"
-    ],
+    },
     "licenses": [
         {
             "type": "MIT",