{
  "version": "1.6.3",
  "name": "mockbin",
  "description": "Test, mock, and track HTTP requests & responses between libraries, sockets and APIs",
  "author": {
    "name": "Ahmad Nassri",
    "email": "ahmad@mashape.com",
    "url": "https://www.mashape.com/"
  },
  "homepage": "https://mockbin.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mashape/mockbin.git"
  },
  "license": "MIT",
  "main": "lib/index",
  "bin": {
    "mockbin": "bin/mockbin"
  },
  "keywords": [
    "api",
    "bin",
    "har",
    "http",
    "json",
    "mock",
    "mocking",
    "test",
    "testing"
  ],
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "bin",
    "docs",
    "src",
    "lib",
    "Procfile",
    "server.js"
  ],
  "bugs": {
    "url": "https://github.com/Mashape/mockbin/issues"
  },
  "config": {
    "port": 8080,
    "quiet": false,
    "redis": "redis://127.0.0.1:6379",
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "scripts": {
    "start": "node bin/mockbin",
    "test": "mocha --recursive",
    "pretest": "standard && echint",
    "coverage": "istanbul cover --dir coverage _mocha -- --recursive --fgrep 'Request Validation' --invert --reporter dot",
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "echint": {
    "ignore": [
      "CONTRIBUTING.md"
    ]
  },
  "devDependencies": {
    "codeclimate-test-reporter": "0.3.1",
    "cz-conventional-changelog": "^1.1.5",
    "echint": "^1.5.2",
    "mocha": "^2.4.5",
    "should": "^8.2.2",
    "standard": "^6.0.4",
    "unirest": "^0.4.2",
    "semantic-release": "^6.2.0"
  },
  "dependencies": {
    "change-case": "^2.3.1",
    "commander": "^2.9.0",
    "compression": "^1.6.1",
    "cookie-parser": "^1.4.1",
    "debug-log": "^1.0.0",
    "dicer": "^0.2.5",
    "dotenv": "^2.0.0",
    "express": "^4.13.4",
    "forwarded-http": "^0.3.0",
    "har-validator": "^2.0.6",
    "istanbul": "^0.4.2",
    "jade": "^1.11.0",
    "jstransformer-marked": "^1.0.1",
    "media-typer": "^0.3.0",
    "method-override": "^2.3.5",
    "moment": "^2.11.2",
    "morgan": "^1.6.1",
    "node-uuid": "^1.4.7",
    "redis": "^2.4.2",
    "require-directory": "^2.1.1",
    "xmlbuilder": "^4.2.1",
    "yamljs": "^0.2.4"
  },
  "readme": "ERROR: No README data found!",
  "_id": "mockbin@1.6.2"
}