-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 906 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "verificador-rut",
"version": "2.2.2",
"description": "Verificador de RUT para personas y empresas de Chile, compara u obtiene el digito verificador",
"keywords": [
"rut",
"run",
"verificar",
"verificador",
"comprobador",
"obtener",
"get",
"dv",
"comprobar",
"cedula",
"chile",
"personas",
"empresas"
],
"bugs": {
"url": "https://github.com/GrayJacketStudios/verificador-rut/issues",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Sebastián Cristi",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/GrayJacketStudios/verificador-rut/"
},
"main": "index.js"
}