| 123456789101112131415161718192021222324 |
- {
- "name": "inputmask",
- "version": "4.0.9",
- "main": [
- "./index.js",
- "./css/inputmask.css"
- ],
- "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
- "description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
- "license": "http://opensource.org/licenses/mit-license.php",
- "ignore": [
- "**/*",
- "!index.js",
- "!css/**/*",
- "!dist/**/*"
- ],
- "dependencies": {
- "jquery": ">=1.7"
- },
- "authors": [{
- "name": "Robin Herbots"
- }],
- "homepage": "http://robinherbots.github.io/Inputmask"
- }
|