Skip to content

Instantly share code, notes, and snippets.

@mozkurt27
Created June 9, 2016 11:16
Show Gist options
  • Save mozkurt27/ba51275d2b495d400afad67075189432 to your computer and use it in GitHub Desktop.
Save mozkurt27/ba51275d2b495d400afad67075189432 to your computer and use it in GitHub Desktop.
{
"name": "twitterSearch",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./app.js"
},
"dependencies": {
"express": "~4.2.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"ejs": "~0.8.5",
"mongodb": "*",
"twit": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment