Added LowDB

This commit is contained in:
Lukas Bachschwell 2016-03-07 21:48:24 +01:00
parent 9524879a23
commit 67d82d49b2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "A SMS Messageboard built using node and express",
"main": "app.js",
"dependencies": {
"lowdb": "^0.12.5",
"serialport": "^2.0.6",
"socket.io": "^1.4.5"
},