nodeMessageBoard/package.json

25 lines
538 B
JSON
Raw Permalink Normal View History

2016-03-07 20:14:16 +00:00
{
"name": "nodemessageboard",
"version": "1.0.0",
"description": "A SMS Messageboard built using node and express",
"main": "app.js",
"dependencies": {
2016-06-28 20:02:35 +00:00
"async": "^2.0.0-rc.6",
2016-06-30 08:57:44 +00:00
"badwords": "^1.0.0",
"emojize": "^0.2.0",
2016-03-07 20:48:24 +00:00
"lowdb": "^0.12.5",
2016-11-08 16:51:12 +00:00
"serialport": "^4.0.5",
2016-06-28 20:02:35 +00:00
"socket.io": "^1.4.8"
2016-03-07 20:14:16 +00:00
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "."
},
"author": "Lukas Bachschwell",
"license": "ISC"
}