{
  "name": "vinehill",
  "version": "0.13.0",
  "description": "In process bridge between http requests and connect based servers",
  "main": "index.js",
  "scripts": {
    "test": "standard && mocha && karma start --single-run",
    "release-patch": "npm version patch && git push origin master && git push origin --tags && npm publish"
  },
  "author": "Derek Ekins",
  "license": "MIT",
  "devDependencies": {
    "body-parser": "^1.15.2",
    "browserify": "^13.1.1",
    "bubleify": "^0.7.0",
    "chai": "3.5.0",
    "chai-subset": "^1.5.0",
    "connect": "3.5.0",
    "express": "4.14.0",
    "express-session": "^1.15.1",
    "helmet": "^3.4.0",
    "httpism": "^3.2.0",
    "karma": "^1.3.0",
    "karma-browserify": "^5.1.0",
    "karma-browserstack-launcher": "^1.2.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "lie": "^3.1.1",
    "mocha": "3.1.2",
    "standard": "^9.0.2",
    "watchify": "^3.7.0"
  },
  "peerDependencies": {
    "httpism": "^3.1.0"
  },
  "dependencies": {
    "builtin-status-codes": "3.0.0",
    "debug": "2.6.3",
    "global": "4.3.1",
    "is-node": "1.0.2",
    "text-encoding": "0.6.4"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dereke/vinehill.git"
  },
  "keywords": [
    "http",
    "express",
    "mock",
    "virtual",
    "xhr"
  ],
  "bugs": {
    "url": "https://github.com/dereke/vinehill/issues"
  },
  "standard": {
    "global": [
      "before",
      "beforeEach",
      "afterEach",
      "describe",
      "context",
      "it"
    ]
  },
  "homepage": "https://github.com/dereke/vinehill#readme"
}
