{
  "name": "marathon-validate",
  "version": "0.3.3",
  "description": "A tiny command line tool to validate application or group configuration files for Marathon",
  "main": "bin/marathon-validate.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mesos",
    "marathon",
    "schema",
    "validator",
    "json",
    "application",
    "app",
    "group"
  ],
  "author": {
    "name": "TobiLG",
    "email": "tobilg@gmail.com",
    "url": "https://github.com/tobilg"
  },
  "bin": {
    "marathon-validate": "bin/marathon-validate.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dcos-labs/marathon-validate.git"
  },
  "bugs": {
    "url": "https://github.com/dcos-labs/marathon-validate/issues"
  },
  "license": "MIT",
  "dependencies": {
    "ajv": "4.11.7",
    "commander": "^2.9.0",
    "request": "^2.81.0"
  }
}
