No Description

package.json 403B

    { "name": "home-automation", "version": "0.0.1", "description": "Personal home automation system", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "James Peret <james.peret@gmail.com> (http://jamesperet.com)", "license": "ISC", "dependencies": { "express": "^4.15.4", "socket.io": "^2.0.3", "winston": "^2.3.1" } }