{
  "name": "jsonschema-draft4",
  "version": "1.0.0",
  "description": "A copy of json schema draft 4.",
  "scripts": {
    "test": "node schema.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kogosoftwarellc/jsonschema-draft4.git"
  },
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "draft4",
    "draft-4",
    "draft4"
  ],
  "author": "Joseph Spencer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kogosoftwarellc/jsonschema-draft4/issues"
  },
  "homepage": "https://github.com/kogosoftwarellc/jsonschema-draft4#readme",
  "main": "./schema.json"
}
