UNPKG

jayschema-error-messages

Version:

Normalises the crazy error objects that get returned from JaySchema

32 lines (31 loc) 755 B
{ "name": "jayschema-error-messages", "version": "1.0.3", "description": "Normalises the crazy error objects that get returned from JaySchema", "main": "index.js", "scripts": { "test": "node ./tests" }, "repository": { "type": "git", "url": "git://github.com/MauriceButler/jayschema-error-messages.git" }, "keywords": [ "jayschema", "errors", "message", "normalise", "sane", "human", "readable" ], "author": "Maurice Butler <maurice.butler@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/MauriceButler/jayschema-error-messages/issues" }, "homepage": "https://github.com/MauriceButler/jayschema-error-messages", "devDependencies": { "tape": "^3.5.0" } }