Skip to content

Instantly share code, notes, and snippets.

@gndx
Created November 13, 2017 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gndx/7775f492541a92ed2aeda5f4b3383029 to your computer and use it in GitHub Desktop.
Save gndx/7775f492541a92ed2aeda5f4b3383029 to your computer and use it in GitHub Desktop.
{
"name": "simple-bot-messenger",
"version": "1.0.0",
"description": "creating a simple bot for messenger",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gndx/simple-bot-messenger.git"
},
"keywords": [
"bot",
"messenger",
"facebook"
],
"engines": {
"node": "8.9.1"
},
"author": "Oscar Barajas <oscar@dragons.mx>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gndx/simple-bot-messenger/issues"
},
"homepage": "https://github.com/gndx/simple-bot-messenger#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"request": "^2.83.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment