UNPKG

maskerjs

Version:

A simple JavaScript library for masking HTML input fields.

33 lines (32 loc) 710 B
{ "name": "maskerjs", "version": "1.8.3", "description": "A simple JavaScript library for masking HTML input fields.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Mike96Angelo/Masker.git" }, "author": "Michaelangelo Jong", "license": "MIT", "bugs": { "url": "https://github.com/Mike96Angelo/Masker/issues" }, "homepage": "https://github.com/Mike96Angelo/Masker#readme", "devDependencies": { "webpack": "^2.4.1" }, "dependencies": { "generate-js": "^3.1.2" }, "keywords": [ "mask", "masker", "input", "phone", "html" ] }