{ "name": "ajv", "version": "0.0.4", "description": "Another JSON schema Validator", "main": "lib/jv.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter=spec spec/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/epoberezkin/jv.git" }, "keywords": [ "JSON", "schema", "validator" ], "author": "Evgeny Poberezkin", "license": "MIT", "bugs": { "url": "https://github.com/epoberezkin/jv/issues" }, "homepage": "https://github.com/epoberezkin/jv", "dependencies": { "dot": "^1.0.3", "json-stable-stringify": "^1.0.0" }, "devDependencies": { "JSON-Schema-Test-Suite": "git+ssh://git@github.com/json-schema/JSON-Schema-Test-Suite.git", "mocha": "^2.2.5" } }