UNPKG

greglearns-json-schema-validator

Version:

Convenience adapter for (currently Themis) JSON Hyper-Schema validation

33 lines (32 loc) 756 B
{ "name": "greglearns-json-schema-validator", "version": "1.0.0", "description": "Convenience adapter for (currently Themis) JSON Hyper-Schema validation", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/greglearns/json-schema-validator.git" }, "keywords": [ "JSONSchema", "Themis", "JSON Schema", "JSON Hyper Schema" ], "author": "greglearns", "license": "MIT", "bugs": { "url": "https://github.com/greglearns/json-schema-validator/issues" }, "homepage": "https://github.com/greglearns/json-schema-validator", "dependencies": { "themis": "^1.1.5" }, "devDependencies": { "chai": "^2.2.0", "mocha": "^2.2.4" } }