nodeMessageBoard/package.json

21 lines
435 B
JSON

{
"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"
}