Skip to content

Instantly share code, notes, and snippets.

@MustansirZia
Last active December 9, 2017 10:49
Show Gist options
  • Save MustansirZia/8271a18e54b2407253c2c97c644190ba to your computer and use it in GitHub Desktop.
Save MustansirZia/8271a18e54b2407253c2c97c644190ba to your computer and use it in GitHub Desktop.
{
"name": "serverless-link-preview",
"version": "0.0.1",
"description": "Serverless service to get website description and preview deployed on AWS Lambda.",
"main": "app.js",
"license": "MIT",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@nunkisoftware/link-preview": "^0.2.0",
"cors": "^2.8.4",
"express": "^4.16.2",
"memory-cache": "^0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment