mirror of
https://github.com/thewesker/delete-trump.git
synced 2025-12-24 22:41:14 -05:00
make it so
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user