mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-20 04:01:05 -05:00
Removing garbage
This commit is contained in:
9
app.js
9
app.js
@@ -4,15 +4,6 @@ var low = require('lowdb');
|
||||
var childProcess = require('child_process')
|
||||
var storage = require('lowdb/file-sync');
|
||||
var session = low('./config.json', {'storage': storage});
|
||||
var path = require('path')
|
||||
var childProcess = require('child_process')
|
||||
var phantomjs = require('phantomjs-prebuilt')
|
||||
var binPath = phantomjs.path
|
||||
var _ = require('wegweg')({
|
||||
globals: false,
|
||||
shelljs: false
|
||||
})
|
||||
var screenshot = require('url-screenshot')
|
||||
|
||||
var T = new Twit({
|
||||
consumer_key: 'XEpOzvNVnIL0z5cFggsZQzrTt',
|
||||
|
||||
Reference in New Issue
Block a user