{
  "name": "set-headers",
  "version": "1.0.0",
  "description": "Express/Connect middleware to set response headers based on globs",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/ --reporter dot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/divshot/set-headers.git"
  },
  "keywords": [
    "glob",
    "headers",
    "response",
    "divshot",
    "superstatic"
  ],
  "author": "Divshot",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/divshot/set-headers/issues"
  },
  "homepage": "https://github.com/divshot/set-headers",
  "devDependencies": {
    "connect": "^3.3.3",
    "mocha": "^2.0.1",
    "supertest": "^0.15.0"
  },
  "dependencies": {
    "fast-url-parser": "^1.0.6-0",
    "glob-slasher": "^1.0.1",
    "globject": "^1.0.0",
    "lodash.foreach": "^2.4.1",
    "on-headers": "^1.0.0"
  }
}
