updating author and description in package
{ | ||
"name": "live-greetings", | ||
"name": "Live temperature and humidity reports", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -7,9 +7,9 @@ |
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "Niels Olof Bouvin", | ||
"author": "Nicolai Grymer", | ||
"license": "ISC", | ||
"description": "A site, where updates are sent immediately through WebSockets", | ||
"description": "A site, where you can post temperature and humidity reports and have them reported back for all your clients", | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"express": "^4.16.2", | ||
... | ... |
Please register or sign in to comment