{
  "name": "hapi-hpkp",
  "version": "2.0.0",
  "description": "Hapi module to add HPKP headers",
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/.bin/mocha tests/index.js",
    "lint": "grunt lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbudhram/hapi-hpkp.git"
  },
  "keywords": [
    "hapi",
    "hpkp"
  ],
  "author": "Vijay Budhram",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vbudhram/hapi-hpkp/issues"
  },
  "homepage": "https://github.com/vbudhram/hapi-hpkp#readme",
  "dependencies": {
    "joi": "13.3.0"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "eslint-config-fxa": "2.1.0",
    "eslint-plugin-fxa": "git+https://github.com/mozilla/eslint-plugin-fxa#master",
    "hapi": "17.5.1",
    "grunt": "1.0.1",
    "grunt-eslint": "19.0.0",
    "grunt-jscs": "3.0.1",
    "grunt-nsp": "2.3.1",
    "load-grunt-tasks": "3.5.2",
    "mocha": "5.1.1"
  }
}
