* Convert all JSON configurations (*.json) to HJSON (*.hjson) which is much more flexible for a human readable and editable configuration format
* WIP "next" vs "action" changes * options.cls is now defaulted in config.js/config.hjson (default = true) * Notes/etc.
This commit is contained in:
40
package.json
40
package.json
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"name" : "enigma-bbs",
|
||||
"version" : "0.0.1-beta",
|
||||
"description" : "ENiGMA½ Bulletin Board System",
|
||||
"author" : "Bryan Ashby <bryan@l33t.codes>",
|
||||
"dependencies" : {
|
||||
"async" : "0.9.x",
|
||||
"binary" : "0.3.x",
|
||||
"buffers" : "0.1.x",
|
||||
"bunyan" : "1.3.x",
|
||||
"iconv-lite" : "0.4.x",
|
||||
"lodash" : "3.10.x",
|
||||
"sqlite3" : "3.0.x",
|
||||
"ssh2" : "0.4.x",
|
||||
"strip-json-comments" : "1.0.x",
|
||||
"node-uuid" : "1.4.x",
|
||||
"moment" : "2.10.x",
|
||||
"gaze" : "0.5.x",
|
||||
"mkdirp" : "0.5.x",
|
||||
"pty.js" : "0.2.x",
|
||||
"string-format" : "0.5.x"
|
||||
"name" : "enigma-bbs",
|
||||
"version" : "0.0.1-beta",
|
||||
"description" : "ENiGMA½ Bulletin Board System",
|
||||
"author" : "Bryan Ashby <bryan@l33t.codes>",
|
||||
"dependencies" : {
|
||||
"async" : "0.9.x",
|
||||
"binary" : "0.3.x",
|
||||
"buffers" : "0.1.x",
|
||||
"bunyan" : "1.3.x",
|
||||
"iconv-lite" : "0.4.x",
|
||||
"lodash" : "3.10.x",
|
||||
"sqlite3" : "3.0.x",
|
||||
"ssh2" : "0.4.x",
|
||||
"node-uuid" : "1.4.x",
|
||||
"moment" : "2.10.x",
|
||||
"gaze" : "0.5.x",
|
||||
"mkdirp" : "0.5.x",
|
||||
"pty.js" : "0.2.x",
|
||||
"string-format" : "0.5.x",
|
||||
"hjson" : "1.7.x"
|
||||
},
|
||||
"engine" : "node >= 0.12.2"
|
||||
}
|
||||
Reference in New Issue
Block a user