{ "name": "yunkong2.vis", "description": "Graphical user interface for yunkong2.", "version": "1.1.7", "author": { "name": "bluefox", "email": "dogafox@gmail.com" }, "contributors": [ "bluefox ", "hobbyquaker " ], "homepage": "https://github.com/yunkong2/yunkong2.vis", "repository": { "type": "git", "url": "https://github.com/yunkong2/yunkong2.vis" }, "licenses": [ { "type": "CC-BY-NC-4.0", "url": "https://github.com/yunkong2/yunkong2.vis/blob/master/LICENSE" } ], "keywords": [ "yunkong2", "GUI", "DashUI", "web interface", "home automation", "SCADA" ], "dependencies": { "jsonwebtoken": "^8.2.2", "yunkong2.vis-metro": "https://git.spacen.net/yunkong2/yunkong2.vis-metro/repository/master/archive.tar.gz", "yunkong2.vis-history": "https://git.spacen.net/yunkong2/yunkong2.vis-history/repository/master/archive.tar.gz", "yunkong2.vis-fancyswitch": "https://git.spacen.net/yunkong2/yunkong2.vis-fancyswitch/repository/master/archive.tar.gz" }, "devDependencies": { "chai": "^4.1.2", "gulp": "^3.9.1", "gulp-replace": "^1.0.0", "mocha": "^5.2.0", "yunkong2.web": "*" }, "bugs": { "url": "https://github.com/yunkong2/yunkong2.vis/issues" }, "main": "main.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit", "install": "node main.js --install" }, "license": "CC-BY-NC-4.0" }