{
  "name": "apimocker",
  "description": "Simple HTTP server that returns mock service API responses to your front end.",
  "version": "1.1.5",
  "engines": {
    "node": ">=6.14.4",
    "npm": ">=6.1.0"
  },
  "author": "Greg Stroup <gstroup@gmail.com>",
  "dependencies": {
    "body-parser": "1.20.1",
    "chalk": "^2.4.1",
    "commander": "2.11.0",
    "express": "4.18.2",
    "express-http-proxy": "1.6.3",
    "express-xml-bodyparser": "0.3.0",
    "jsonpath": "^1.1.1",
    "multer": "^1.4.4",
    "underscore": "^1.13.6",
    "untildify": "3.0.3"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "grunt": "^1.0.4",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha-cli": "^4.0.0",
    "gruntify-eslint": "^5.0.0",
    "mocha": "^5.2.0",
    "mock-require": "^3.0.2",
    "sinon": "^7.1.1",
    "supertest": "^3.3.0"
  },
  "main": "./lib/apimocker.js",
  "bin": {
    "apimocker": "./bin/apimocker.js"
  },
  "keywords": [
    "express",
    "mock",
    "stub",
    "REST",
    "SOAP",
    "testing",
    "functional",
    "api",
    "grunt",
    "gulp"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gstroup/apimocker.git"
  },
  "preferGlobal": true,
  "bugs": {
    "url": "https://github.com/gstroup/apimocker/issues"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "test": "./test",
    "samplemocks": "./samplemocks"
  },
  "scripts": {
    "test": "eslint . && mocha test/*.js",
    "start": "node bin/apimocker.js -c config.json",
    "lint": "eslint ."
  },
  "license": "MIT"
}
