{
  "name": "node-marathon",
  "version": "0.3.11",
  "description": "Marathon v2 API client for Node.js",
  "main": "api.js",
  "author": "Dan Hunt <dkhunt27@gmail.com>",
  "files": [
    "gulpTasks",
    "mock",
    "schema",
    "tests",
    "api.js",
    "apiMap.json",
    "gulpfile.js",
    "package.json",
    "README.md",
    "utils.js"
  ],
  "keywords" :[
    "marathon"
  ],
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha ./tests/*.unit.tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dkhunt27/node-marathon.git"
  },
  "publishConfig": {
    "registry":"https://registry.npmjs.org/"
  },
  "bugs": {
    "url": "https://github.com/dkhunt27/node-marathon/issues"
  },
  "homepage": "https://github.com/dkhunt27/node-marathon#readme",
  "dependencies": {
    "bluebird": "3.3.5",
    "handlebars": "4.0.5",
    "jsonschema": "1.1.0",
    "request-promise": "3.0.0"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "dirty-chai": "1.2.2",
    "gulp": "3.9.1",
    "gulp-exit": "0.0.2",
    "gulp-istanbul": "0.10.4",
    "gulp-jshint": "2.0.0",
    "gulp-mocha": "2.2.0",
    "gulp-task-list": "0.0.1",
    "gulp-util": "3.0.7",
    "jshint": "2.9.2",
    "jshint-stylish": "2.1.0",
    "mocha": "2.4.5",
    "run-sequence": "1.1.5",
    "sinon": "1.17.3",
    "sinon-as-promised": "4.0.0",
    "through2": "2.0.1",
    "underscore": "1.8.3",
    "walk-sync": "0.2.6"
  },
  "license": "MIT"
}
