{
  "name": "serverless-custom-domain",
  "version": "0.6.5",
  "description": "Serverless plugin which creates a Custom Domain Name for the serverless service.",
  "main": "index.js",
  "scripts": {
    "lint": "",
    "build": "",
    "test": "echo \"Info: no test specified\" && exit 0",
    "security-pack": "tar zcvf serverless-custom-domain.tgz --exclude='./node_modules' --exclude='.git' --exclude='coverage' --exclude='reports' --exclude='.vscode' --exclude='*.tgz' *"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NativeChat/serverless-custom-domain.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NativeChat/serverless-custom-domain/issues"
  },
  "homepage": "https://github.com/NativeChat/serverless-custom-domain#readme",
  "dependencies": {
    "aws-sdk": "2.1235.0"
  }
}
