UNPKG

hm-simulator

Version:
56 lines (55 loc) 1.19 kB
{ "name": "hm-simulator", "version": "0.1.1", "description": "Simulates a Homematic CCU", "main": "index.js", "preferGlobal": true, "bin": { "hm-simulator": "./index.js" }, "scripts": { "test": "camo-purge ; xo --space 4" }, "repository": { "type": "git", "url": "git+https://github.com/hobbyquaker/hm-simulator.git" }, "keywords": [ "Homematic", "Test", "Simulator", "CCU", "rfd", "HmIP", "xmlrpc", "binrpc" ], "author": "Sebastian Raff <hobbyquaker@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/hobbyquaker/hm-simulator/issues" }, "homepage": "https://github.com/hobbyquaker/hm-simulator#readme", "dependencies": { "async": "^3.1.0", "binrpc": "^3.0.1", "body-parser": "^1.18.3", "express": "^4.16.4", "homematic-xmlrpc": "^1.0.2", "request": "^2.88.0", "yalm": "^4.0.2" }, "devDependencies": { "camo-purge": "^1.0.1", "xo": "^0.25.3" }, "xo": { "space": 4, "rules": { "no-cond-assign": "warn", "no-case-declarations": "warn", "no-constant-condition": "warn", "no-unused-vars": "warn" } } }