Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzust committed Jan 31, 2018
1 parent eb0f844 commit 26cdb33
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://www.adabits.org)",
"contributors": [
"Klaudia Alvarez <[email protected]> (https://github.com/laklau)",
"Carles Muiños <[email protected]> (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",
Expand Down

0 comments on commit 26cdb33

Please sign in to comment.