This commit is contained in:
thewesker
2016-06-18 02:15:21 -04:00
committed by GitHub
parent 880f64ba27
commit 007c27be36

View File

@@ -1,7 +1,7 @@
{ {
"name": "polibug", "name": "polibug",
"version": "1.0.0", "version": "1.0.0",
"description": "Bot", "description": "A bot that bugs politicians and others",
"main": "test.js", "main": "test.js",
"dependencies": { "dependencies": {
"fs": "^0.0.2", "fs": "^0.0.2",
@@ -12,6 +12,6 @@
"scripts": { "scripts": {
"test": "node test.js" "test": "node test.js"
}, },
"author": "", "author": "thewesker",
"license": "ISC" "license": "ISC"
} }