UNPKG

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