{
  "name": "mountebank-distributedlife",
  "preferGlobal": true,
  "version": "1.5.2",
  "author": "Brandon Byars <brandon.byars@gmail.com>",
  "contributors": [
    "Jason Reid <jason@jasonreid.com>",
    "James Thomas",
    "Nikos Baxevanis",
    "Andrew Dean",
    "Cannon Biggs",
    "Robert Zakrzewski",
    "Alex Nishikawa",
    "Scott Robinson <scott@quadhome.com>",
    "Paul Phillips <paul.phillips@thoughtworks.com>",
    "Manoj <manojlds@gmail.com>",
    "Andrew Hadley <andhadley@gmail.com>",
    "Carson Ramsdem <cramsden@hmc.edu>",
    "Avalon McRae",
    "Burkhard Reffeling",
    "Shubheksha Jalan",
    "Tim Brown <Tpbrown@gmail.com>",
    "Matthew Herman <mdewaddict11@gmail.com>",
    "Jonathan Wilson <jonathan.wilson@sjrb.ca>"
  ],
  "description": "Over the wire test doubles",
  "homepage": "http://www.mbtest.org",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bbyars/mountebank.git"
  },
  "bugs": {
    "url": "https://github.com/bbyars/mountebank/issues",
    "email": "brandon.byars@gmail.com"
  },
  "bin": {
    "mb": "./bin/mb"
  },
  "main": "./src/mountebank.js",
  "scripts": {
    "start": "bin/mb",
    "restart": "bin/mb restart",
    "stop": "bin/mb stop"
  },
  "keywords": [
    "test",
    "stub",
    "mock",
    "double",
    "smtp",
    "email",
    "http",
    "https",
    "tcp",
    "net",
    "service virtualization"
  ],
  "dependencies": {
    "cors": "~2.7.1",
    "ejs": "~2.4.1",
    "errorhandler": "^1.0.0",
    "express": "~4.13.3",
    "json-stable-stringify": "~1.0.0",
    "jsonpath-plus": "^0.15.0",
    "mailparser": "~0.5.2",
    "q": "~1.4.1",
    "simplesmtp": "~0.3.16",
    "soap": "^0.13.0",
    "winston": "~2.2.0",
    "xml2js": "^0.4.4",
    "xmldom": "^0.1.19",
    "xpath": "0.0.23",
    "yargs": "^4.4.0"
  },
  "devDependencies": {
    "coveralls": "~2.11.1",
    "fs-extra": "~0.27.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-csslint": "~1.0.0",
    "grunt-css": "^0.5.4",
    "grunt-eslint": "^18.0.0",
    "grunt-jsdoc": "^1.0.0",
    "grunt-mocha-test": "~0.12.1",
    "grunt-mountebank": "1.0.5",
    "istanbul": "^0.4.0",
    "jsdoc": "^3.3.3",
    "jsdom": "~8.4.0",
    "mocha": "~2.4.5",
    "rimraf": "^2.4.3",
    "time-grunt": "^1.2.2",
    "w3cjs": "~0.3.0"
  },
  "devDependenciesBasedOnNodeVersion": {
    "v0": {
      "jsdom": "~3.1.0"
    },
    "v4": {
      "jsdom": "~8.4.0"
    },
    "v5": {
      "jsdom": "~8.4.0"
    }
  },
  "engines": {
    "node": ">=0.10"
  }
}
