{
  "version": "0.4.0",
  "name": "setheaders",
  "description": "boilerplate for res.setHeader, protection from being overridden",
  "keywords": [
    "setHeader",
    "header"
  ],
  "preferGlobal": false,
  "homepage": "https://github.com/hex7c0/setheaders",
  "author": {
    "name": "hex7c0",
    "email": "hex7c0@gmail.com",
    "url": "https://hex7c0.github.io/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hex7c0/setheaders.git"
  },
  "bugs": {
    "url": "https://github.com/hex7c0/setheaders/issues",
    "email": "hex7c0@gmail.com"
  },
  "main": "index.min.js",
  "dependencies": {},
  "devDependencies": {
    "grunt": "~1.0",
    "grunt-contrib-uglify": "~3.3",
    "grunt-contrib-jshint": "~1.1",
    "grunt-endline": "~0.7",
    "grunt-safer-regex": "~0.1",
    "istanbul": "~0.4",
    "mocha": "~4.1",
    "supertest": "~3.0"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "prepare": "npm prune",
    "prepublishOnly": "grunt",
    "test": "mocha --bail --check-leaks",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
  },
  "license": "Apache-2.0"
}
