-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathbower.json
42 lines (42 loc) · 840 Bytes
/
bower.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
38
39
40
41
42
{
"name": "jquery.rut",
"main": "jquery.rut.js",
"version": "1.1.2",
"homepage": "https://github.com/AyerViernes/jquery.rut",
"authors": [
{
"name": "Pablo Andrés Marambio Cathalifaud",
"homepage": "https://github.com/pablomarambio"
},
{
"name": "Jonathan Delgado",
"homepage": "https://github.com/alfa30"
},
{
"name": "Felipe Lavín Z.",
"homepage": "https://github.com/felipelavinz"
}
],
"description": "Plugin para validar, formatear y parsear un RUT chileno",
"moduleType": [
"globals"
],
"keywords": [
"rut",
"chile",
"validate",
"forms"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">= 1.4.0"
}
}