-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "jquery.rut",
"version": "1.1.2",
"description": "Plugin de jQuery para formateo y validación de RUTs.",
"main": "jquery.rut.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pablomarambio/jquery.rut.git"
},
"keywords": [
"rut",
"chile",
"validate",
"forms"
],
"author": {
"name": "Pablo Andrés Marambio Cathalifaud",
"url": "https://github.com/pablomarambio"
},
"contributors": [
{
"name": "Jonathan Delgado",
"url": "https://github.com/alfa30"
},
{
"name": "Felipe Lavín Z.",
"url": "https://github.com/felipelavinz"
},
{
"name": "Gerardo Buenrostro González",
"url": "https://github.com/blogcraft"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pablomarambio/jquery.rut/issues"
},
"homepage": "https://github.com/pablomarambio/jquery.rut#readme",
"dependencies": {},
"devDependencies": {
"jasmine-core": "^2.5.2",
"jasmine-jquery": "^2.1.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-safari-launcher": "^1.0.0",
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1"
}
}