You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
643 B
25 lines
643 B
3 years ago
|
{
|
||
|
"name": "text-mask-addons",
|
||
|
"version": "3.8.0",
|
||
|
"description": "Addons for Text Mask https://github.com/text-mask/text-mask",
|
||
|
"main": "dist/textMaskAddons.js",
|
||
|
"author": "M.K. Safi <msafi@msafi.com>",
|
||
|
"license": "Unlicense",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/text-mask/text-mask/issues"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/text-mask/text-mask.git"
|
||
|
},
|
||
|
"homepage": "https://github.com/text-mask/text-mask/tree/master/addons/#readme",
|
||
|
"keywords": [
|
||
|
"text mask",
|
||
|
"input mask",
|
||
|
"string mask",
|
||
|
"input formatting",
|
||
|
"text formatting",
|
||
|
"string formatting"
|
||
|
]
|
||
|
}
|