Skip to content

Instantly share code, notes, and snippets.

@dbabbs
Created November 28, 2017 17:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dbabbs/e58fc2c3c9e54ee54745378260bd0848 to your computer and use it in GitHub Desktop.
{
"name": "here-twilio",
"version": "1.0.0",
"description": "Example project for blog demo featuring HERE Location Services and Twilio Programmable SMS",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dylan Babbs <dylan.babbs@here.com> (http://developer.here.com)",
"license": "ISC",
"dependencies": {
"express": "^4.16.2",
"ngrok": "^2.2.23",
"request": "^2.83.0",
"twilio": "^3.9.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment