UNPKG

yunkong2

Version:

automate your life - platfom

65 lines (64 loc) 1.35 kB
{ "name": "yunkong2", "version": "1.3.0", "engines": { "node": ">=6.0" }, "optionalDependencies": {}, "dependencies": { "colors": "^1.3.2", "fs-extra": "^7.0.0", "semver": "^5.5.0", "yargs": "^7.0.2" }, "homepage": "http://yunkong2.net", "description": "automate your life - platfom", "keywords": [ "yunkong2", "Smarthome", "Home Automation", "Smart Metering", "Homematic", "Hue", "KNX", "Z-Wave", "ZigBee", "Bidcos", "TV", "Sonos", "AV Receiver" ], "bugs": { "url": "https://git.spacen.net/yunkong2/yunkong2/issues" }, "licenses": [ { "type": "MIT", "url": "https://git.spacen.net/yunkong2/yunkong2/blob/master/LICENSE" } ], "author": "bluefox <dogafox@gmail.com>", "contributors": [ "bluefox <dogafox@gmail.com>", "hobbyquaker", "AlCalzone <d.griesel@gmx.net>", "Apollon77 <ingo@fischer-ka.de>" ], "repository": { "type": "git", "url": "https://git.spacen.net/yunkong2/yunkong2" }, "config": { "unsafe-perm": true }, "scripts": { "install": "node lib/checkVersions.js", "postinstall": "node lib/install.js", "test": "node node_modules/mocha/bin/mocha --exit" }, "main": "lib/setup.js", "license": "MIT", "devDependencies": { "eslint": "^5.5.0" } }