@ciebit/mascara-telefone
Version:
Módulo para aplicação de máscara a telefones com 10 e 11 digitos
30 lines (29 loc) • 954 B
JSON
{
"name": "@ciebit/mascara-telefone",
"version": "1.0.2",
"description": "Módulo para aplicação de máscara a telefones com 10 e 11 digitos",
"main": "dist/Telefone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compilar-amd": "tsc --module amd --outFile ./dist/Telefone.js ./src/Telefone.ts",
"compilar-exemplo": "tsc --module amd --outDir ./exemplos/js/ ./exemplos/mascara.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/ciebit/js-mascara-telefone.git"
},
"keywords": [
"máscara",
"telefone"
],
"author": {
"name": "Johnny Saymon",
"email": "saymon@ciebit.com.br",
"url": "https://twitter.com/JohnnySaymon"
},
"license": "MIT",
"homepage": "https://bitbucket.org/ciebit/js-mascara-telefone",
"dependencies": {
"@ciebit/mascaras": "^1.0.0"
}
}