You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.5 KiB

{
"name": "yunkong2.vis",
"description": "Graphical user interface for yunkong2.",
"version": "1.1.7",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
"bluefox <dogafox@gmail.com>",
"hobbyquaker <hq@ccu.io>"
],
"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"
}