UNPKG

mountebank-test

Version:

Over the wire test doubles

79 lines (78 loc) 1.72 kB
{ "name": "mountebank-test", "preferGlobal": true, "version": "1.4.954", "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 Ramdem <cramsden@hmc.edu>", "Avalon McRae" ], "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", "config": { "blanket": { "pattern": "/mountebank/src/" } }, "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.3.1", "errorhandler": "^1.0.0", "express": "~4.13.3", "json-stable-stringify": "~1.0.0", "mailparser": "~0.5.2", "npm": "~3.3.3", "q": "~1.4.1", "simplesmtp": "~0.3.16", "soap": "^0.11.0", "winston": "~2.1.0", "xml2js": "^0.4.4", "xmldom": "^0.1.19", "xpath": "0.0.9" }, "engines": { "node": ">=0.10" } }