This commit is contained in:
Talor Berthelson
2016-06-17 20:49:15 -04:00
commit 889faf9c1c
699 changed files with 112020 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "polibug",
"version": "1.0.0",
"description": "Bot",
"main": "test.js",
"dependencies": {
"fs": "^0.0.2",
"twauth": "^1.0.1",
"twit": "^2.2.4"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"author": "",
"license": "ISC"
}