-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 728 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 728 Bytes
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
{
"name": "goabela-schema-validator",
"version": "0.1.10",
"description": "This module can validate the request's payload and body by using a schema JSON file.",
"main": "index.js",
"files": [
"README.md",
"index.js"
],
"scripts": {
"test": "mocha || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belaarany/schema-validator.git"
},
"author": {
"name": "Bela Arany",
"email": "bela.arany@goabela.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/belaarany/schema-validator/issues"
},
"homepage": "https://github.com/belaarany/schema-validator#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.4"
}
}