Skip to content

Instantly share code, notes, and snippets.

@ChloeCodesThings
Created October 18, 2019 22:36
Show Gist options
  • Save ChloeCodesThings/5379d4a0a4782beb9f90c4e0e1908c13 to your computer and use it in GitHub Desktop.
Save ChloeCodesThings/5379d4a0a4782beb9f90c4e0e1908c13 to your computer and use it in GitHub Desktop.
Dependencies for using Twilio in Azure (for Mean Girls Day app)
{
"name": "twilio-azure-functions-node",
"version": "1.0.0",
"description": "Receive SMS and calls with Azure Functions and Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Twilio and your-name",
"license": "MIT",
"dependencies": {
"twilio": "^3.35.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment