From 72fde9df13e7ff559f7b719330c6c0a953deb648 Mon Sep 17 00:00:00 2001 From: awfuljack Date: Sat, 18 Jun 2016 02:46:14 -0400 Subject: [PATCH] lol --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2b10cf4 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "polibug", + "version": "1.0.0", + "description": "A bot that bugs politicians and others", + "main": "app.js", + "dependencies": { + "fs": "^0.0.2", + "twit": "^2.2.4", + "lowdb": "^0.12.5" + }, + "devDependencies": {}, + "scripts": { + "test": "node app.js" + }, + "author": "awfuljack", + "license": "ISC" +}