mirror of
https://github.com/s00500/nodeMessageBoard.git
synced 2024-11-05 07:30:55 +00:00
22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"name": "nodemessageboard",
|
|
"version": "1.0.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "."
|
|
},
|
|
"author": "Lukas Bachschwell",
|
|
"license": "ISC"
|
|
}
|