Skip to content

Instantly share code, notes, and snippets.

@tegacodes
Created April 23, 2015 03:06
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 tegacodes/cbd21c60c3db63861512 to your computer and use it in GitHub Desktop.
Save tegacodes/cbd21c60c3db63861512 to your computer and use it in GitHub Desktop.
Package.json
{
"name": "twitter-bot",
"version": "0.0.1",
"description": "Simple responding bot for twitter",
"author": "Tega <^_^@SUNYSS15>",
"dependencies": {
"twit": "1.1.x"
},
"engines": {
"node": "0.12.x",
"npm": "1.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/tegacodes/botTutorials/tree/master/filebot"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment