{
  "name": "express-http-to-https",
  "version": "1.1.4",
  "description": "express-http-to-https is a node.js package for providing an Express middleware that redirects the client to HTTPS if they attempt to connect over HTTP.",
  "repository": "https://github.com/SegFaultx64/express-http-to-https",
  "main": "index.js",
  "scripts": {
    "test": "node ./test/index.test.js"
  },
  "author": "Max Walker (max@maxwalker.me)",
  "contributors": [
    {
      "name": "Aleksander Szmigiel",
      "email": "kontakt@some-say.com",
      "url": "https://some-say.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/express": "^4.0.36",
    "standard": "^10.0.2",
    "supertest": "^3.0.0"
  },
  "dependencies": {
    "express": "^4.15.3"
  }
}
