string-mask
Version:
A string formatter and validator based on masks
26 lines (25 loc) • 496 B
JSON
{
"name": "string-mask",
"version": "0.3.0",
"homepage": "https://github.com/the-darc/string-mask",
"authors": [
"the-darc <darc.tec@gmail.com>"
],
"description": "A string formatter and validator based on masks",
"main": "src/string-mask.js",
"keywords": [
"mask",
"formatter",
"string",
"validator",
"validation"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"**/*.test.js",
"package.json"
]
}