{
  "name": "frameguard",
  "author": "Adam Baldwin <baldwin@andyet.net> (http://andyet.net/team/baldwin)",
  "contributors": [
    "Evan Hahn <me@evanhahn.com> (http://evanhahn.com)"
  ],
  "description": "Middleware to set X-Frame-Options headers",
  "version": "3.0.0",
  "license": "MIT",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "x-frame-options",
    "clickjack",
    "frame"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/frameguard.git"
  },
  "bugs": "https://github.com/helmetjs/frameguard/issues",
  "scripts": {
    "pretest": "standard",
    "test": "mocha"
  },
  "devDependencies": {
    "connect": "^3.4.1",
    "mocha": "^2.4.5",
    "standard": "^6.0.7",
    "supertest": "^1.2.0"
  },
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "it"
    ]
  }
}
