UNPKG

json-schema-test-suite

Version:

Exposes JSON Schema Test Suite as a Node.js package

38 lines (37 loc) 916 B
{ "name": "json-schema-test-suite", "version": "0.0.10", "description": "Exposes JSON Schema Test Suite as a Node.js package", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/atomiqio/json-schema-test-suite.git" }, "keywords": [ "json", "schema", "test", "suite" ], "author": "Tony Pujals (http://twitter.com/subfuzion)", "license": "https://raw.githubusercontent.com/json-schema/json-schema-test-suite/develop/LICENSE", "bugs": { "url": "https://github.com/atomiqio/json-schema-test-suite/issues" }, "homepage": "https://github.com/atomiqio/json-schema-test-suite#readme", "devDependencies": { "glob": "^5.0.10", "mocha": "^2.2.5", "tv4": "^1.1.9", "z-schema": "^3.12.0" }, "dependencies": { "lodash": "^3.9.3" } }