{
  "name": "@http2/configuration",
  "description": "Configuration file utilities for @http2 projects",
  "author": "Sebastiaan Deckers <sebdeckers83@gmail.com>",
  "repository": "gitlab:http2/configuration",
  "license": "ISC",
  "version": "5.5.1",
  "main": "ConfigurationValidator.js",
  "scripts": {
    "prepublish": "npm test",
    "test": "npm run lint && npm run proof",
    "lint": "standard --verbose | snazzy",
    "proof": "tape test/*.js"
  },
  "keywords": [
    "http2"
  ],
  "devDependencies": {
    "blue-tape": "^1.0.0",
    "punycode": "^2.1.0",
    "snazzy": "^7.0.0",
    "standard": "^10.0.3",
    "tape": "^4.9.0"
  },
  "dependencies": {
    "@http2/manifest": "^1.0.1",
    "expr-eval": "^1.2.0",
    "extglob": "^1.1.0",
    "jsonschema": "^1.2.0"
  }
}
