Files
bug-em/package.json
thewesker d483d94b46 Cleanup
2016-07-02 21:05:01 -04:00

18 lines
331 B
JSON

{
"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"
}