From 1e3e0b8baa36d03494295fa465274f433c0627bc Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 23 Apr 2015 17:14:14 -0600 Subject: [PATCH] * A little work on making package.json more legit --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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