{
  "name": "gladiator",
  "version": "0.3.1",
  "description": "JSON Schema v4 Validator",
  "author": "Chris Tate <chris@studiotate.com",
  "license": "mit",
  "main": "lib/gladiator.js",
  "homepage": "http://studiotate.com",
  "keywords": [
    "json",
    "schema",
    "validator"
  ],
  "repository": {
		"type": "git",
		"url": "https://github.com/studiotate/gladiator"
	},
  "devDependencies": {
		"mocha": "~2.2.4",
		"should": "~6.0.1"
	}
}