* Add missing modules to package.json

* Start replacing some code with momentjs
This commit is contained in:
Bryan Ashby
2015-07-22 16:37:11 -06:00
parent 735b572f9f
commit 40a4f8caba
4 changed files with 19 additions and 6 deletions

View File

@@ -14,7 +14,9 @@
"ssh2" : "0.4.x",
"strip-json-comments" : "1.0.x",
"gapbuffer" : "0.0.2",
"node-uuid" : "1.4.x"
"node-uuid" : "1.4.x",
"moment" : "2.10.x",
"gaze" : "0.5.x"
},
"engine" : "node >= 0.12.2"
}