{
  "name": "connect-prism",
  "version": "1.0.21",
  "description": "Record, mock, and proxy HTTP traffic.",
  "main": "index.js",
  "scripts": {
    "test": "grunt test",
    "test:watch": "grunt test:watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/seglo/connect-prism"
  },
  "author": {
    "name": "Sean Glover",
    "email": "seglo@randonom.com",
    "url": "http://seanglover.com/"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/seglo/connect-prism/blob/master/LICENSE-MIT"
    }
  ],
  "bugs": {
    "url": "https://github.com/seglo/connect-prism/issues"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "compression": "^1.6.2",
    "connect": "^3.5.0",
    "express": "^4.14.0",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-express": "^1.4.1",
    "grunt-mocha-test": "^0.13.2",
    "mocha": "^3.2.0",
    "q": "^1.4.1",
    "querystring": "^0.2.0"
  },
  "dependencies": {
    "body-parser": "^1.18.2",
    "director": "^1.2.8",
    "forwarded-for": "^1.0.0",
    "http-proxy": "^1.13.1",
    "lodash": "^4.3.0",
    "q": "^1.4.1",
    "winston": "^2.1.1"
  },
  "keywords": [
    "mock",
    "record",
    "proxy",
    "connect",
    "middleware",
    "stub",
    "http",
    "prism",
    "test",
    "vcr"
  ]
}
