* A little work on making package.json more legit

This commit is contained in:
Bryan Ashby 2015-04-23 17:14:14 -06:00
parent 5ab89f952f
commit 1e3e0b8baa
1 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
{
"name" : "enigma-bbs",
"version" : "0.0.1-beta",
"description" : "ENiGMA½ Bulletin Board System"
"description" : "ENiGMA½ Bulletin Board System",
"author" : "Bryan Ashby <bryan@l33t.codes>",
"dependencies" : {
"async" : "0.9.x",
"binary" : "0.3.x",
"bunyan" : "1.3.x",
"iconv-lite" : "0.4.x",
"lodash" : "3.7.x",
"sqlite3" : "3.0.x",
"strip-json-comments" : "1.0.x"
},
"engine" : "node >= 0.12.2"
}