make it so

This commit is contained in:
mannynotfound
2016-06-12 14:28:23 -04:00
commit 99839c17ec
4 changed files with 102 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "delete-trump",
"version": "1.0.0",
"description": "Automatically tell Trump to delete his account.",
"scripts": {
"start": "node app",
"start-forever": "./node_modules/.bin/forever start app.js"
},
"author": "Manny404",
"license": "ISC",
"dependencies": {
"forever": "^0.15.2",
"twitter": "^1.2.5"
}
}