diff --git a/package.json b/package.json index 34eee90..10d5477 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,25 @@ "name": "email-delivery-faas", "version": "1.0.0", "description": "Serverless function to deliver email sent from a website's contact form", + "keywords": [ + "serverless", + "google-cloud-functions", + "FaaS", + "email" + ], "author": "Adab1ts (https://www.adabits.org)", "contributors": [ "Klaudia Alvarez (https://github.com/laklau)", "Carles MuiƱos (https://github.com/zuzust)" ], + "repository": { + "type": "git", + "url": "https://github.com/adab1ts/email-delivery-faas.git" + }, "license": "MIT", + "engines": { + "node": ">=6" + }, "main": "index.js", "scripts": { "deploy": "serverless deploy",