{
  "name": "servee",
  "version": "1.1.0",
  "description": "A simple HTTPS server for local development that just works.",
  "main": "index.js",
  "bin": {
    "servee": "index.js"
  },
  "repository": "https://github.com/IagoLast/servee",
  "keywords": [
    "HTTPS",
    "SSL",
    "SIMPLE",
    "SERVER",
    "HTTPS",
    "EASY"
  ],
  "author": "@iagolast",
  "license": "MIT",
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.17.1"
  }
}
