{
  "name": "terriajs-schema",
  "version": "0.4.3",
  "description": "JSON schema for TerriaJS.",
  "main": "validateSchema.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TerriaJS/terriajs-schema.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/TerriaJS/terriajs-schema/issues"
  },
  "homepage": "https://github.com/TerriaJS/terriajs-schema#readme",
  "dependencies": {
    "jsonschema": "terriajs/jsonschema",
    "when": "^3.7.7",
    "yargs": "^3.32.0"
  },
  "devDependencies": {
    "generate-terriajs-schema": "^0.1.0"
  }
}
