Files
bug-em/package.json
thewesker 007c27be36 yep
2016-06-18 02:15:21 -04:00

18 lines
333 B
JSON

{
"name": "polibug",
"version": "1.0.0",
"description": "A bot that bugs politicians and others",
"main": "test.js",
"dependencies": {
"fs": "^0.0.2",
"twit": "^2.2.4",
"lowdb": "^0.12.5"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"author": "thewesker",
"license": "ISC"
}