-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 870 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
{
"name": "@open-source-uc/validate-uc-number",
"version": "0.1.1",
"description": "Universal Javascript module to validate UC alumni identifier numbers.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"validate-uc-number": "bin/validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-source-uc/validate-uc-number-js"
},
"keywords": [
"chile",
"puc",
"uc"
],
"author": "Patricio López <patricio@lopezjuri.com> (https://lopezjuri.com)",
"contributors": [
"Pedro Pablo Aste (http://www.wachunei.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/open-source-uc/validate-uc-number-js/issues"
},
"homepage": "https://github.com/open-source-uc/validate-uc-number-js#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^9.0.2"
}
}