No Description

package.json 622B

    { "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": { "body-parser": "^1.17.2", "ds18x20": "^0.2.0", "ejs": "^2.5.7", "express": "^4.15.4", "express-ejs-layouts": "^2.3.1", "pg": "^7.2.0", "rpio": "^0.9.17", "sequelize": "^4.7.5", "socket.io": "^2.0.3", "systeminformation": "^3.26.2", "winston": "^2.3.1" } }