{
  "name": "connect-injector",
  "description": "A middleware to inject content into any HTTP response.",
  "version": "0.4.4",
  "homepage": "https://github.com/daffl/connect-injector",
  "author": {
    "name": "David Luecke",
    "email": "daff@neyeon.com"
  },
  "scripts": {
    "publish": "git push origin && git push origin --tags",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "jshint": "jshint lib/. --config",
    "test": "npm run jshint && mocha test/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/daffl/connect-injector.git"
  },
  "bugs": {
    "url": "https://github.com/daffl/connect-injector/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/daffl/connect-injector/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/connect-injector",
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "debug": "^2.0.0",
    "q": "^1.0.1",
    "stream-buffers": "^0.2.3",
    "uberproto": "^1.1.0"
  },
  "devDependencies": {
    "connect": "^2.7.2",
    "http-proxy": "^1.1.5",
    "jshint": "^2.9.2",
    "mocha": "1.8.1",
    "request": "2.12.0",
    "should": "1.2.1"
  },
  "keywords": [
    "connect",
    "middleware",
    "http"
  ]
}
