-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 946 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "json-validator",
"version": "0.0.34",
"description": "Validates JSON against a schema",
"main": "app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "clear && ./node_modules/nodeunit/bin/nodeunit ./tests/tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gammasoft/json-validator.git"
},
"keywords": [
"json",
"schema",
"validation"
],
"author": "Gammasoft Desenvolvimento de Software Ltda <contact@gammasoft.com.br>",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"debug": "^2.2.0",
"gammautils": "0.0.54",
"traverse": "~0.6.6",
"validator": "^3.16.1"
},
"devDependencies": {
"nodeunit": "~0.8.1"
},
"contributors": [
{
"name": "Renato Gama",
"email": "renatoargh@gmail.com",
"url": "https://github.com/renatoargh",
"contributions": 49,
"hireable": false
}
]
}