2
1
mirror of https://github.com/s00500/nodeMessageBoard.git synced 2025-07-12 08:51:02 +00:00
This commit is contained in:
2016-11-08 17:54:26 +01:00
8 changed files with 291 additions and 14 deletions

View File

@ -4,10 +4,17 @@
"description": "A SMS Messageboard built using node and express",
"main": "app.js",
"dependencies": {
"async": "^2.0.0-rc.6",
"emojize": "^0.2.0",
"lowdb": "^0.12.5",
<<<<<<< HEAD
"serialport": "^4.0.5",
"socket.io": "^1.4.5"
=======
"nan": "^2.3.5",
"serialport": "^2.0.6",
"socket.io": "^1.4.8"
>>>>>>> 754c9a7bd9436bf6309b8a11822ff7b2e3014aee
},
"devDependencies": {},
"scripts": {