UNPKG

casa-calida

Version:

Connects your RaZberry to the casa-calida servers. Runs directly on your Raspberry Pi.

57 lines (56 loc) 1.61 kB
{ "name": "casa-calida", "version": "0.10.1", "description": "Connects your RaZberry to the casa-calida servers. Runs directly on your Raspberry Pi.", "main": "lib/index.js", "scripts": { "compile": "babel --babelrc .babelrc -d lib/ src/", "prepublish": "npm run compile", "test": "", "check": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/stefanmayer13/casa-calida-razberry.git" }, "keywords": [ "z-wave", "raspberry", "homeautomation", "razberry", "automation", "casa-calida" ], "author": "Stefan Mayer <stefan@stefanmayer.me> (http://stefanmayer.me)", "license": "MIT", "bugs": { "url": "https://github.com/stefanmayer13/casa-calida-razberry/issues" }, "homepage": "https://github.com/stefanmayer13/casa-calida-razberry#readme", "devDependencies": { "babel-cli": "^6.5.1", "babel-plugin-syntax-trailing-function-commas": "^6.5.0", "babel-plugin-transform-class-properties": "^6.5.2", "babel-plugin-transform-es2015-parameters": "^6.5.0", "babel-plugin-transform-strict-mode": "^6.5.2", "babel-register": "^6.5.2", "chai": "^3.5.0", "eslint": "^2.0.0", "mocha": "^2.4.5", "rewire": "^2.5.1", "sinon": "^1.17.3" }, "dependencies": { "bluebird": "^3.3.1", "deepmerge": "^0.2.10", "hapi": "^13.0.0", "moment": "^2.14.1", "superagent": "^1.7.2", "winston": "^2.1.1", "ws": "^1.1.1", "xml2js": "^0.4.16" }, "bin": { "casa-calida": "lib/index.js" } }