nodeMessageBoard/package.json

25 lines
538 B
JSON

{
"name": "nodemessageboard",
"version": "1.0.0",
"description": "A SMS Messageboard built using node and express",
"main": "app.js",
"dependencies": {
"async": "^2.0.0-rc.6",
"badwords": "^1.0.0",
"emojize": "^0.2.0",
"lowdb": "^0.12.5",
"serialport": "^4.0.5",
"socket.io": "^1.4.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "."
},
"author": "Lukas Bachschwell",
"license": "ISC"
}