| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "jquery.inputmask",
- "title": "jQuery Inputmask",
- "description": "jquery.inputmask is a jquery plugin which create an input mask.",
- "keywords": [
- "input",
- "form",
- "inputmask",
- "mask"
- ],
- "version": "3.0.70",
- "author": {
- "name": "Robin Herbots",
- "url": "http://github.com/RobinHerbots/jquery.inputmask"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "http://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.7"
- }
- }
|