-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 954 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
{
"name": "jquery-ecuador-id-validator",
"version": "0.0.1",
"description": "plugin para jQuery para validar la cédula o RUC de Ecuador.",
"readmeFilename": "README.md",
"author": "Mario Andrés Correa <[email protected]>",
"license": "beer-ware license",
"licenseURL": "https://github.com/macool/jquery-ecuador-id-validator/blob/master/license",
"homepage": "http://macool.github.io/jquery-ecuador-id-validator/",
"contributors": [
"Jonathan Reyes <[email protected]>"
],
"scripts": {
"test": "grunt jasmine:test"
},
"keywords": [
"jquery",
"validation",
"ecuador"
],
"repository": {
"type": "git",
"url": "git://github.com/macool/jquery-ecuador-id-validator.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.6.6",
"grunt-coffeelint": "0.0.6",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-uglify": "~0.2.0"
}
}