2
1
mirror of https://github.com/s00500/nodeMessageBoard.git synced 2025-07-12 08:51:02 +00:00

Added server and Interface structure

This commit is contained in:
2016-03-07 21:14:16 +01:00
parent f4b1da0e1f
commit 76cc6c6d6a
6 changed files with 350 additions and 16 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "nodemessageboard",
"version": "1.0.0",
"description": "A SMS Messageboard built using node and express",
"main": "app.js",
"dependencies": {
"serialport": "^2.0.6",
"socket.io": "^1.4.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "."
},
"author": "Lukas Bachschwell",
"license": "ISC"
}