{
  "name": "ajv",
  "version": "0.0.11",
  "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": {
    "JSON-Schema-Test-Suite": "git+ssh://git@github.com/json-schema/JSON-Schema-Test-Suite.git",
    "mocha": "^2.2.5"
  }
}
