just-phone-mask
Version:
Simple and easy phone number input mask plugin
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "just-phone-mask",
"version": "1.0.1",
"main": "dist/just-phone-mask.min.js",
"description": "Simple and easy phone number input mask plugin",
"author": "putn1k",
"license": "ISC",
"scripts": {
"lint": "eslint src/",
"start": "cross-env NODE_ENV=development npx webpack serve --open",
"build": "cross-env NODE_ENV=production webpack"
},
"homepage": "https://github.com/putn1k/JustPhoneMask",
"repository": {
"type": "git",
"url": "git@github.com:putn1k/JustPhoneMask.git"
},
"keywords": [
"phone-mask",
"just-phone-mask",
"input-phone-mask",
"simple-phone-mask",
"input-mask"
],
"files": [
"dist",
"README.md",
"package.json"
],
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.22.20",
"babel-loader": "9.1.3",
"cross-env": "7.0.3",
"eslint": "8.51.0",
"html-webpack-plugin": "5.5.3",
"webpack": "5.79.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.15.1"
},
"browserslist": [
"defaults",
"last 2 versions",
"not dead",
"not IE 11",
"not op_mini all",
"not < 0.25%"
]
}