{
  "name": "http-status-code",
  "version": "2.1.0",
  "description": "Easy access to HTTP Status Codes",
  "main": "./lib",
  "keywords": [
    "http",
    "status",
    "code"
  ],
  "scripts": {
    "test": "./node_modules/.bin/lab -f -t 100 -m 3000",
    "test-coverage": "./node_modules/.bin/lab -f -r html -m 3000 -o report.html"
  },
  "author": "Daan van Ham <daan@vanham.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/daanvanham/http-status-code.git"
  },
  "bugs": {
    "url": "https://github.com/daanvanham/http-status-code/issues",
    "email": "daan@vanham.io"
  },
  "license": "MIT",
  "devDependencies": {
    "code": "^2.0.1",
    "coveralls": "^2.11.4",
    "lab": "^7.3.0",
    "plato": "^1.5.0"
  },
  "dependencies": {
    "strip-json-comments": "^1.0.2"
  }
}
