diff --git a/package.json b/package.json index c52441cd..66891f45 100644 --- a/package.json +++ b/package.json @@ -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 ", + "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" } \ No newline at end of file