Skip to content

Commit

Permalink
Flagging off the project. Yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
Darpan Dodiya committed Jul 30, 2017
0 parents commit bcc7e04
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Prevent node modules from being committed
node_modules
Empty file added app.js
Empty file.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "omdb-fb-bot",
"version": "1.0.0",
"description": "A Facebook Messenger bot that uses Open Movie Database (OMDb) APIs to talk about movies.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Darpan Dodiya <darpandodiya@gmail.com>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"mongoose": "^4.11.4",
"request": "^2.81.0"
}
}

0 comments on commit bcc7e04

Please sign in to comment.