UNPKG

630 BJSONView Raw
1{
2 "name": "swagger-model-validator",
3 "version": "1.0.4",
4 "description": "Validate incoming objects against Swagger Models.",
5 "keywords": [ "Swagger", "Validation" ],
6 "licence": "MIT",
7 "author": "Brody Dunn",
8 "bugs": {
9 "url": "https://github.com/atlantishealthcare/swagger-model-validator/issues"
10 },
11 "homepage": "https://github.com/atlantishealthcare/swagger-model-validator",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/atlantishealthcare/swagger-model-validator.git"
15 },
16 "scripts": {
17 "test": "nodeunit tests"
18 }
19}