parent
6848df49d1
commit
870e5a9136
|
@ -25,7 +25,6 @@ function init(configPath, cb) {
|
||||||
var configJson = hjson.parse(data);
|
var configJson = hjson.parse(data);
|
||||||
callback(null, configJson);
|
callback(null, configJson);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log(e)
|
|
||||||
callback(e);
|
callback(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,6 @@ var paths = require('path');
|
||||||
var async = require('async');
|
var async = require('async');
|
||||||
var _ = require('lodash');
|
var _ = require('lodash');
|
||||||
var assert = require('assert');
|
var assert = require('assert');
|
||||||
var stripJsonComments = require('strip-json-comments');
|
|
||||||
|
|
||||||
exports.loadTheme = loadTheme;
|
exports.loadTheme = loadTheme;
|
||||||
exports.getThemeArt = getThemeArt;
|
exports.getThemeArt = getThemeArt;
|
||||||
|
|
|
@ -4,19 +4,19 @@
|
||||||
"description" : "ENiGMA½ Bulletin Board System",
|
"description" : "ENiGMA½ Bulletin Board System",
|
||||||
"author" : "Bryan Ashby <bryan@l33t.codes>",
|
"author" : "Bryan Ashby <bryan@l33t.codes>",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"async" : "0.9.x",
|
"async" : "1.4.x",
|
||||||
"binary" : "0.3.x",
|
"binary" : "0.3.x",
|
||||||
"buffers" : "0.1.x",
|
"buffers" : "0.1.x",
|
||||||
"bunyan" : "1.3.x",
|
"bunyan" : "1.5.x",
|
||||||
"iconv-lite" : "0.4.x",
|
"iconv-lite" : "0.4.x",
|
||||||
"lodash" : "3.10.x",
|
"lodash" : "3.10.x",
|
||||||
"sqlite3" : "3.0.x",
|
"sqlite3" : "3.1.x",
|
||||||
"ssh2" : "0.4.x",
|
"ssh2" : "0.4.x",
|
||||||
"node-uuid" : "1.4.x",
|
"node-uuid" : "1.4.x",
|
||||||
"moment" : "2.10.x",
|
"moment" : "2.10.x",
|
||||||
"gaze" : "0.5.x",
|
"gaze" : "0.5.x",
|
||||||
"mkdirp" : "0.5.x",
|
"mkdirp" : "0.5.x",
|
||||||
"pty.js" : "0.2.x",
|
"pty.js" : "0.3.x",
|
||||||
"string-format" : "0.5.x",
|
"string-format" : "0.5.x",
|
||||||
"hjson" : "1.7.x"
|
"hjson" : "1.7.x"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue