{
  "name": "micro-helmet",
  "description": "security headers for micro",
  "version": "2.0.0",
  "author": "Renée Kooi <renee@kooi.me>",
  "bugs": {
    "url": "https://github.com/goto-bus-stop/micro-helmet/issues"
  },
  "devDependencies": {
    "micro": "^9.3.4",
    "node-fetch": "^2.6.0",
    "standard": "^14.3.4",
    "tape": "^5.0.1"
  },
  "homepage": "https://github.com/goto-bus-stop/micro-helmet",
  "keywords": [
    "csp",
    "headers",
    "helmet",
    "hsts",
    "http",
    "http-headers",
    "micro",
    "security"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/goto-bus-stop/micro-helmet.git"
  },
  "scripts": {
    "test": "standard && node test"
  },
  "dependencies": {
    "helmet": "^4.0.0"
  }
}
