{
  "name": "googlebot-verify",
  "version": "0.1.3",
  "description": "Verify that a request is from Google using Google's recommended DNS verification steps",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec",
    "cover": "nyc npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcowley/googlebot-verify.git"
  },
  "keywords": [
    "googlebot",
    "google",
    "crawler",
    "bot"
  ],
  "author": "Jason Cowley <jason.c.cowley@gmail.com> (https://github.com/jcowley)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcowley/googlebot-verify/issues"
  },
  "homepage": "https://github.com/jcowley/googlebot-verify#readme",
  "devDependencies": {
    "chai": "^4.3.6",
    "coveralls": "^3.1.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0"
  }
}
