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